Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是食人魔的新手。我下载了 OgreSDK_vc9_v1-7-4,我想用 VS2008 运行它。从中提取源代码后,我打开文件夹 OgreSDK_vc9_v1-7-4\Samples\Browser。它构建并成功运行。
但随后出现一个错误对话框。信息是:
错误: 这些请求的示例插件丢失、损坏或无效。 _:.\Sample_BezierPatch_d _:.\Sample_BSP_d ETC
我是按照《OGRE 3D 1.7 Beginner's Guide》一书所说的那样做的。我错过了什么吗?
在构建 Ogre 时,请确保构建了整个解决方案。即主文件夹中的主 Ogre.sln。您看到的问题很可能是由于仅执行部分构建时未构建某些组件。