Tutorial (last issue)

STfreak

09-03-2007 00:03:23

I need a little help. The .6 post says the standard tutorials should be fine. When I downloaded and added them they gave me this error, I've checked the .6 post and the errors page and they don't seem to even remotely refer to the same problem. How can I compile these correctly?
1>------ Build started: Project: 102.Sphere and Torque, Configuration: Release Win32 ------
1>Compiling...
1>102.cpp
1>c:\dev\nxogre\tutorials\nxtutorials\common\tutorialApplicationEihort.h(640) : error C2039: 'relX' : is not a member of 'OIS::MouseState'
1> c:\ogresdk\include\ois\OISMouse.h(42) : see declaration of 'OIS::MouseState'
1>c:\dev\nxogre\tutorials\nxtutorials\common\tutorialApplicationEihort.h(648) : error C2039: 'relY' : is not a member of 'OIS::MouseState'
1> c:\ogresdk\include\ois\OISMouse.h(42) : see declaration of 'OIS::MouseState'
1>c:\dev\nxogre\tutorials\nxtutorials\common\tutorialApplicationEihort.h(656) : error C2039: 'relZ' : is not a member of 'OIS::MouseState'
1> c:\ogresdk\include\ois\OISMouse.h(42) : see declaration of 'OIS::MouseState'
1>..\102.cpp(177) : error C2065: 'SET_TERM_HANDLER' : undeclared identifier
1>Build log was saved at "file://c:\dev\NxOgre\tutorials\NxTutorials\VC8\Release\BuildLog.htm"
1>102.Sphere and Torque - 4 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

betajaen

09-03-2007 00:18:49

It goes ms.x.rel, OIS has changed since RC3.

Next time post in the 0.6 thread though ;)