Game giving errors

VisualChaser

22-02-2012 23:04:29

Sorry for the second topic, but I have another problem.
I installed everything and compiled everything as it should be, and I added the libs and includes to my project.
So I included the NxOgre.h file and made a few variables for the world, scene, etc. It is compiling without any warnings or errors.
But when I try to start or debug my game I'm getting errors about missing .dll files.
First it said that it was missing NxOgre.dll and NxOgreDebug.dll, so I searched around and found them in my build folder of NxOgre.
I couldn't find a way to include them in the project, so I just added them in the debug and release folder of my game.
After that I started getting many more errors about missing .dll files such as NxCharacter.dll.
What did I do wrong? o.O

saejox

23-02-2012 12:12:18

PhysXCooking.dll
PhysXCore.dll
PhysxDevice.dll
PhysxLoader.dll
NxCharacter.dll
NxOgreDebug.dll / or NxOgre.dll

these are dynamic libraries your game might need since you use physx.
there are located in physx sdk folder. they should be in the same directory as your games' exe file.

VisualChaser

23-02-2012 15:01:44

Hmm I followed the install tutorial but this part wasn't in there.
Oh well it's working now, thanks :3