futnuh
19-03-2007 21:48:25
I just finished building SVN Eihort OgreAL from source against Ogre CVS by following the awesome instructions given in this sticky thread, http://www.ogre3d.org/phpBB2addons/viewtopic.php?t=3293.
A minor problem is that the demos fail to link because of OIS issues. I don't see references to OIS though in the Visual Studio .NET project files. Thoughts?
A minor problem is that the demos fail to link because of OIS issues. I don't see references to OIS though in the Visual Studio .NET project files. Thoughts?
Compiling...
OgreApp.cpp
main.cpp
Listener.cpp
Listener.cpp(31) : warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int', possible loss of data
Linking...
Listener.obj : error LNK2001: unresolved external symbol "public: static void __cdecl OIS::InputManager::destroyInputSystem(class OIS::InputManager *)" (?destroyInputSystem@InputManager@OIS@@SAXPAV12@@Z)
Listener.obj : error LNK2001: unresolved external symbol "public: static class OIS::InputManager * __cdecl OIS::InputManager::createInputSystem(class std::multimap<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > > &)" (?createInputSystem@InputManager@OIS@@SAPAV12@AAV?$multimap@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V12@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V12@@std@@@2@@std@@@Z)
C:\Packages\python-ogre\OgreAL\Demos\MultiChannel_Demo\Release/MultiChannel_Demo.exe : fatal error LNK1120: 2 unresolved externals