Loading
17-12-2006 17:44:14
Hi I'm new to the whole ogre, and ogrenewt thing. I followed the tutorial on the wiki on how to get ogrenewt up and running. These are the VC++ directories I have added (btw I'm using Visual Studio 2005):
For Include Directories:
C:\programming\Ogre\ogreaddons\OgreNewt\OgreNewt_Main\inc
C:\programming\NewtonSDK\sdk
C:\programming\Ogre\ogrenew\ogreaddons\OgreNewt\demos\Include
C:\programming\ogreaddons\OgreNewt\OgreNewt_Main\inc
and for Library Directories:
C:\programming\NewtonSDK\sdk\dll
When I try to create an OgreNewt::World and use it I get these errors:
Error 1 error LNK2001: unresolved external symbol "public: __thiscall OgreNewt::World::World(void)" (??0World@OgreNewt@@QAE@XZ) BaseApplication.obj
Error 2 fatal error LNK1120: 1 unresolved externals bin\Release\WorldScape.exe
can someone tell me if I'm missing something?
Any help is welcome
For Include Directories:
C:\programming\Ogre\ogreaddons\OgreNewt\OgreNewt_Main\inc
C:\programming\NewtonSDK\sdk
C:\programming\Ogre\ogrenew\ogreaddons\OgreNewt\demos\Include
C:\programming\ogreaddons\OgreNewt\OgreNewt_Main\inc
and for Library Directories:
C:\programming\NewtonSDK\sdk\dll
When I try to create an OgreNewt::World and use it I get these errors:
Error 1 error LNK2001: unresolved external symbol "public: __thiscall OgreNewt::World::World(void)" (??0World@OgreNewt@@QAE@XZ) BaseApplication.obj
Error 2 fatal error LNK1120: 1 unresolved externals bin\Release\WorldScape.exe
can someone tell me if I'm missing something?
Any help is welcome