When opening the .dev project, dev-c++ is complaining about missing files, some of which ARE there, but with slightly different names, e.g:
Octree.h needs to be renamed to OctTree.h
COctreeSceneNode.h needs to be renamed to COctTreeSceneNode.h
COctreeSceneNode.cpp needs to be renamed to COctTreeSceneNode.cpp
COctreeTriangleSelector.h needs to be renamed to COctTreeTriangleSelector.h
COctreeTriangleSelector.cpp needs to be renamed to COctTreeTriangleSelector.cpp
And missing files in \source\Irrlicht\jpeglib\
- jchuff.h
- jdhuff.h
Just letting you guys know
Thanks.
:EDIT: Tried compiling with Code::Blocks and the files need NOT be renamed.. I think just editing the Irrlicht.dev will solve things here.
Still not sure about the jpeglib files though, since Code::Blocks doesn't complain :S
