Compilation Error

DeadSn0wMan

15-08-2012 15:33:58

It seems that I get this error when I try to compile the NxOgre.h and .cpp

1>d:\betajaen-nxogre-7a30675\build\source\nxogrevisualdebugger.cpp(420): error C2065: 'NX_VISUALIZE_CLOTH_HIERARCHY' : undeclared identifier
1>d:\betajaen-nxogre-7a30675\build\source\nxogrevisualdebugger.cpp(421): error C2065: 'NX_VISUALIZE_CLOTH_HARD_STRETCHING_LIMITATION' : undeclared identifier
1>d:\betajaen-nxogre-7a30675\build\source\nxogrevisualdebugger.cpp(481): error C2065: 'NX_VISUALIZE_CLOTH_HIERARCHY' : undeclared identifier
1>d:\betajaen-nxogre-7a30675\build\source\nxogrevisualdebugger.cpp(482): error C2065: 'NX_VISUALIZE_CLOTH_HARD_STRETCHING_LIMITATION' : undeclared identifier
1>d:\betajaen-nxogre-7a30675\build\source\nxogreworld.cpp(222): error C2065: 'NX_SDKF_PER_SCENE_BATCHING' : undeclared identifier

And when I take a look for example on the Nxogreworld.cpp it is untentyfied. I know I might be abel to run with just commenting out the lines but I want to know what's wrong

I am using PhysX 2.8.1 and NxOgre Buggyswire

DeadSn0wMan

17-08-2012 18:09:14

Any answer at all would be appriciated

betajaen

17-08-2012 20:59:59

I don't have the NxOgre or PhysX source code handy, but it seems to me you can just comment out those lines.

DeadSn0wMan

17-08-2012 23:58:39

Yeah I just wanted to make sure :) thanks for the reply

VeraKeisey

22-10-2012 06:57:11

I was getting the same issue.