Awesome project JP!
I registered because I need some help.
When I attempted to open the project it gave me an exception error or something.
I figured, no biggy, I'll create a new project and import the source files.
I did that, and now I get some weird errors whenever I compile it.
- Code: Select all
1>Cooking.obj : error LNK2019: unresolved external symbol __imp__NxGetCookingLib referenced in function "bool __cdecl hasCookingLibrary(void)" (?hasCookingLibrary@@YA_NXZ)
1>CPhysxManager.obj : error LNK2019: unresolved external symbol __imp__NxCreatePhysicsSDK referenced in function "public: __thiscall IrrPhysx::CPhysxManager::CPhysxManager(class irr::IrrlichtDevice *,struct IrrPhysx::SSceneDesc const &,bool)" (??0CPhysxManager@IrrPhysx@@QAE@PAVIrrlichtDevice@irr@@ABUSSceneDesc@1@_N@Z)
1>CPhysxManager.obj : error LNK2019: unresolved external symbol __imp__NxReleasePhysicsSDK referenced in function "public: virtual __thiscall IrrPhysx::CPhysxManager::~CPhysxManager(void)" (??1CPhysxManager@IrrPhysx@@UAE@XZ)
1>MSVCRTD.lib(crtexe.obj) : error LNK2019: unresolved external symbol _main referenced in function ___tmainCRTStartup
I don't know if this means I missed transferring something or what, but I wonder if you could help me?