RenderSystem error

jmfcao

08-12-2010 21:02:36

Hey

I'm new to using NxOgre and when trying to set a basic example of a cube falling on a plane, but when i go to create the rendersystem i get this error:

"fatal error LNK1104: cannot open file 'OgreTerrain.lib'"

My linkers are set up so that it can find ogreTerrain but it complains anyway.

Any help would be greatly appreciated.

Thanks,
jmfcao

betajaen

09-12-2010 10:31:12

Sounds like the OgreTerrain.lib wasn't compiled, or isn't in the right directory.

If your not going to use the Ogre terrain system, you can just turn it off. Goto CritterConfiguration.h and set Critter_UsesOgreTerrain to 0, then recompile.