问题描述
我是食人魔的新手.我下载了 OgreSDK_vc9_v1-7-4 并且我想使用 VS2008 运行它.从中提取源代码后,我打开文件夹 OgreSDK_vc9_v1-7-4SamplesBrowser.它成功构建并运行.
然后出现一个错误对话框.信息是:
错误:这些请求的示例插件丢失、损坏或无效._:.Sample_BezierPatch_d_:.Sample_BSP_d等等我按照OGRE 3D 1.7 初学者指南"一书所说的那样做了.我错过了什么吗?
在构建 Ogre 时,请确保构建整个解决方案.即主文件夹中的主Ogre.sln.您看到的问题很可能是由于在您仅执行部分构建时未构建某些组件.
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-4SamplesBrowser. 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?
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.
这篇关于运行 OGRE SDK 失败的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!