Link error with 1st example

goutbouyo

16-03-2006 14:44:27

Hi,
I have a problem with compiling the 1st example.
I've this errors :

main.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall OgreNewtonApplication::~OgreNewtonApplication(void)" (??1OgreNewtonApplication@@UAE@XZ)
main.obj : error LNK2001: unresolved external symbol "public: __thiscall OgreNewtonApplication::OgreNewtonApplication(void)" (??0OgreNewtonApplication@@QAE@XZ)

Can you help me please ???

goutbouyo

16-03-2006 20:56:56

I solved this problem but now my application crash : I have the ogre dialog window for the driver choice but then when I continue the window of the game appear and two seconds after it disappears.
But there is no error message.

If I debug with visual studio I have that :
First-chance exception at 0x7c81eb33 in Game Ogre3d 2.exe: Microsoft C++ exception: Ogre::Exception at memory location 0x0013fa68..
First-chance exception at 0x7c81eb33 in Game Ogre3d 2.exe: Microsoft C++ exception: Ogre::Exception at memory location 0x0013f984..

Help me please :(

walaber

16-03-2006 22:31:16

please look at the ogre.log file in the directory with your .exe to see what is causing the crash.

goutbouyo

16-03-2006 22:45:21

Thanks, I fix the problem : I edit the ressource.cfg file.
Now it's working fine and I will be able to create my camera with collision.