Problem compilation Critter

eferaga

09-02-2012 13:59:49

Hello,

I have a little problem during the compilation of Critter, im trying to compile over the NxOgre - Detritus, its the second time i try it and i always get the same error


critterrendersystem.h(162) : error C2039: 'VisualDebugger' : is not a member of 'NxOgre::Enums'


I've searched for all the include directories of NxOgre and i cant find it, any help you could apport me would be very helpful and i would be very grateful :D, Thanks

saejox

10-02-2012 08:28:11

use this for debugging


NxOgre::VisualDebuggerDescription vd_desc;

vd_desc.showAll();

mRenderSystem->createVisualDebugger(vd_desc);



mRenderSystem->setVisualisationMode(NxOgre::Enums::VisualDebugger_ShowAll);
is old stuff.

eferaga

13-02-2012 14:29:22

Hello i would like to know exactly how do i have to make the modification because it is actually a function that does some stuff, and when i comment out the function it gives me errors even if i comment the function where it is called and replace with the code :s maybe its better starting from zero, should i use detritus or buggyswires ?, i use Ogre cthugha and boost 1_44

saejox

17-02-2012 23:32:08

get latest source from git (buggyswires with most recent critter)

eferaga

01-03-2012 20:24:57

Thank you, thats what i did and finally it works ^^