You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am trying to set up a PhysX 5 C++ project and I'm getting a bunch of linker errors (such as "public: virtual __cdecl physx::PxDefaultErrorCallback::~PxDefaultErrorCallback(void)"), does anyone know why?
I'm very certain that I've set up my linker correctly, and physx compiled successfully (the snippet .exes work and all of the .lib files exist)
I also (according to other discussions on the matter) set up the preprocessor PX_PHYSX_STATIC_LIB definition (even though the setup docs don't mention it) and the issue still persists
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,


I am trying to set up a PhysX 5 C++ project and I'm getting a bunch of linker errors (such as
"public: virtual __cdecl physx::PxDefaultErrorCallback::~PxDefaultErrorCallback(void)"
), does anyone know why?I'm very certain that I've set up my linker correctly, and physx compiled successfully (the snippet .exes work and all of the .lib files exist)
I also (according to other discussions on the matter) set up the preprocessor PX_PHYSX_STATIC_LIB definition (even though the setup docs don't mention it) and the issue still persists
Beta Was this translation helpful? Give feedback.
All reactions