socomajor
05-07-2007 11:08:12
Hello !
I've tried to compile OgreNewt in a static library, with codeblocks, on windows.
I get a .a file : libOgreNewt_Main.a ( in release mode )
His size his from 82.1 Mo ( isn(t it too big ? )
But when I try to compile the first Demo ( Demo01_TheBasics ), I link this file, Ogre and Newton, it compile correctly, but on execution it doesn't work, the error in the Ogre.log is :
What is wrong ?
I've tried to compile OgreNewt in a static library, with codeblocks, on windows.
I get a .a file : libOgreNewt_Main.a ( in release mode )
His size his from 82.1 Mo ( isn(t it too big ? )
But when I try to compile the first Demo ( Demo01_TheBasics ), I link this file, Ogre and Newton, it compile correctly, but on execution it doesn't work, the error in the Ogre.log is :
12:07:07: Loading library .\RenderSystem_Direct3D9
12:07:07: OGRE EXCEPTION(7:InternalErrorException): Could not load dynamic library .\RenderSystem_Direct3D9. System Error: Le module spécifié est introuvable.
in DynLib::load at C:\SoftwareDevelopment\C++\MinGW\ogrenew_HEAD_clean\OgreMain\src\OgreDynLib.cpp (line 80)
What is wrong ?