i followed the project settings intructs. and got the error 'LINK : fatal error LNK1104: cannot open file "OGREMain.LIB" '.
OgreMain.lib is in the Release folder of OgreMain\lib, but not in the Debug folder, thats OgreMain_d.lib. i tried to include 'OgreMain_d.lib' but a STLport_vc6_stldebug45.dll was not found at runtime.
changing the lib path to the Release folder compiles this:
--------------------Configuration: Space - Win32 Debug--------------------
Linking...
SkyBox.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: void * __thiscall Ogre::MemoryManager::op_new_sc(unsigned int,unsigned int)" (__imp_?op_new_sc@MemoryManager@Ogre@@AAEPAXII@Z)
SkyBox.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: unsigned int __thiscall Ogre::MemoryManager::_getProcessID(void)" (__imp_?_getProcessID@MemoryManager@Ogre@@AAEIXZ)
SkyBox.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: void __thiscall Ogre::MemoryManager::op_del_sc(void *,unsigned int)" (__imp_?op_del_sc@MemoryManager@Ogre@@AAEXPAXI@Z)
SkyBox.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall Ogre::MemoryManager::setOwner(char const *,unsigned int,char const *)" (__imp_?setOwner@MemoryManager@Ogre@@QAEXPBDI0@Z)
..\Common\Bin\Debug\Space.EXE : fatal error LNK1120: 4 unresolved externals
Error executing link.exe.
Space.EXE - 5 error(s), 0 warning(s)
just one step away i hope to trying out the engine!
