Quote Originally Posted by RebelAngel View Post
So I need some advice, I'm not sure whether its the version off Visual, the environment or the setup I'm working with. Or all 3 ;-)
Most of those errors are due to the later versions of Visual C++ being ANSI C++ compliant.

You cannot "convert" these errors -- you need to fix them, since the code you're compiling uses illegal C++ constructs.

Regards,

Paul McKenzie