我按照这里的指示: http://www.ogre3d.org/tikiwiki/tiki-index.php?page=Setting+Up+An+Application+-+CodeBlocks
然后我收到了这个错误:
c:/program files/codeblocks/mingw/bin/../lib/gcc/mingw32/4.4.1/../../../../mingw32/bin/ld.exe: cannot find -lOgreMain_d.dll
我有OgreMain,OIS,OgreMain_d,OIS_d放在我的项目文件夹中。我怎样才能解决这个问题? :(
答案 0 :(得分:2)
这可能主要是由于两个原因造成的。
请检查是否已在OGRE bin文件夹中创建OgreMain_d.dll,如果是,请确认链接器搜索设置。还要确认项目不在发布版本配置中,因为创建的dll将是OgreMain.dll。