Run OGRE SDK failed

拜拜、爱过 提交于 2019-12-12 05:59:12

问题


I am new to Ogre. I downloaded OgreSDK_vc9_v1-7-4 and I want to run it using VS2008. After I extract the source code from it, I open folder OgreSDK_vc9_v1-7-4\Samples\Browser. It builds and runs successfully.

But then an error dialog appears.The information is :

ERROR:
These requested sample plugins were either missing, corrupt or invalid.
_:.\Sample_BezierPatch_d
_:.\Sample_BSP_d
etc

I did this as the book "OGRE 3D 1.7 Beginner's Guide" said. Have I missed something?


回答1:


When building Ogre, make sure you build the entire solution. That is, the main Ogre.sln in the main folder. The problem you're seeing is most likely due to some components not getting built when you perform only a partial build.



来源:https://stackoverflow.com/questions/12026319/run-ogre-sdk-failed

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!