ronbunny
26-03-2009 01:52:48
can anyone help me with the problem
after adding this line into my codes, my exe will auto exit after i choose the rendering system
mWorld = NxOgre::World::createWorld();
SceneDescription sceneDesc;
sceneDesc.mGravity = NxOgre::Real3(0, -9.8f, 0);
sceneDesc.mName = "Hello";
mScene = mWorld->createScene(sceneDesc);
there is also an error when i compile my bloodymess
Error 2 error PRJ0019: A tool returned an error code from "Performing Post-Build Event..."
Can anyone tell me whether the problem was caused by not compiling successfully or there is something i missed out?
after adding this line into my codes, my exe will auto exit after i choose the rendering system
mWorld = NxOgre::World::createWorld();
SceneDescription sceneDesc;
sceneDesc.mGravity = NxOgre::Real3(0, -9.8f, 0);
sceneDesc.mName = "Hello";
mScene = mWorld->createScene(sceneDesc);
there is also an error when i compile my bloodymess
Error 2 error PRJ0019: A tool returned an error code from "Performing Post-Build Event..."
Can anyone tell me whether the problem was caused by not compiling successfully or there is something i missed out?