[SOLVED]Unresolved external symbol ?

SONB

16-04-2006 12:18:30

Hi all!

I'm trying to use OgreNewt in my project and getting the following compile message:

Unresolved external symbol ""public: __thiscall OgreNewt::World::World(void)" (??0World@OgreNewt@@QAE@XZ)" in Funktion "_WinMain@16"

My code:

world = new OgreNewt::World();

I'm using Ogre 'Dagon' and VC Express.

Can somebody help? :(



SONB

danharibo

16-04-2006 12:23:05

are you linking to ogrenewt?

SONB

16-04-2006 17:09:58

Oops.. Sorry, forgot to add additional libs.. :oops:

Thanx a lot danharibo! It works fine now :D


SONB