Im trying to compile the hello world thingy.
The errors are:
1.)matrix4.h: call to undefined functions sinf and cosf
2.) quaternion.h: Could not find a match for 'quaternion::operator =(quaternion)'
3.)[C++ Fatal Error] IAnimatedMeshMD3.h(82): F1003 Error directive: compiler not supported
Hey.. compiler not supported? 1.2 worked..
error 1 could be fixed by:
#define cosf (float)cos
#define sinf (float)sin
How do i fix 2 and 3?
And no, i refuse to touch MSVC++ with a 10 foot pole. Especially the express edition.
Oh, and are there any other problems im likely to find?
EDIT: I also got a load of 'unreachable code' warnings.