fUtilLib & fAllocator for PhysX 2.7

32 views Asked by At

does anybody know where I can find the lib/source that declares the fUtilLib & fAllocator identifiers?

The code I am working on is from 2007-2009, so it's a rather old code. The PhysX SDK in use is 2.7.3 currently. (I have a suspicion that I need a specific version such as 2.7.0)

    HMODULE sd=LoadLibrary((LPCTSTR)"PhysXCore.dll");
    df=(ffd)GetProcAddress(sd,"NpCreatePhysicsSDK");

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

There are 0 answers