Compiling OgreODE Demo with vc6
Posted: Sat Jan 29, 2005 3:02 am
I'm trying to build the OgreODE landscape demo using a vc6 project file I hacked together from the vc7 project file, and I'm down to 1 error:
I'm sure this has something to do with the compiler settings, but I'm having no luck tracking it down. Anyone else run into this?
Code: Select all
--------------------Configuration: landscape - Win32 Debug--------------------
Compiling...
Landscape.cpp
c:\ogre-win32-v0-15-1\ogrenew\ogreode\include\ogreodevehicle.h(159) : error C2027: use of undefined type 'Vehicle'
c:\ogre-win32-v0-15-1\ogrenew\ogreode\include\ogreodevehicle.h(10) : see declaration of 'Vehicle'
Error executing cl.exe.
landscape.exe - 1 error(s), 0 warning(s)