Dev C++, I have one error and I need Help.
I've the newest build of Dev-C++ and get the funniest errors when I try compiling it (followed the instructions of the last posting before this)
E:\DXSDK\Irrlicht\source\CAnimatedMeshMD2.cpp
In member function `virtual bool irr::scene::CAnimatedMeshMD2::loadFile(irr::io::IReadFile*)':
564 E:\DXSDK\Irrlicht\source\CAnimatedMeshMD2.cpp
no match for `irr::core::stringc& += c8&' operator
if I comment this line out (don't need md2 for the moment) it comes with failures of missing definition of stuff that is in the included header (ETS_WORLD and the stencil_buffer flag)
what's goind wrong with DevC++ ... are they going mad??
E:\DXSDK\Irrlicht\source\CAnimatedMeshMD2.cpp
In member function `virtual bool irr::scene::CAnimatedMeshMD2::loadFile(irr::io::IReadFile*)':
564 E:\DXSDK\Irrlicht\source\CAnimatedMeshMD2.cpp
no match for `irr::core::stringc& += c8&' operator
if I comment this line out (don't need md2 for the moment) it comes with failures of missing definition of stuff that is in the included header (ETS_WORLD and the stencil_buffer flag)
what's goind wrong with DevC++ ... are they going mad??