PhysX Wrapper by Xors3D

Blitz3D Forums/Blitz3D Userlibs/PhysX Wrapper by Xors3D

Leszek(Posted 2010) [#1]
Hi

I have a PhysX C++ Wrapper and i have problem with compile it.

1>.\Blitzpx.cpp(7091) : error C2065: 'fUtilLib' : undeclared identifier
1>.\Blitzpx.cpp(7091) : error C2146: syntax error : missing ';' before identifier 'GetProcAddress'
1>.\Blitzpx.cpp(7092) : error C2065: 'fAllocator' : undeclared identifier
1>.\Blitzpx.cpp(7092) : error C2146: syntax error : missing ';' before identifier 'GetProcAddress'

NxGetUtilLib=(fUtilLib)GetProcAddress(sd,"NpGetUtilLib");
NxGetPhysicsSDKAllocator=(fAllocator)GetProcAddress(sd,"NpGetPhysicsSDKAllocator");



thx for help
Leszek


Rroff(Posted 2010) [#2]
Do you have the right version of the PhysX SDK in there?