Domanda

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?

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top