I am new to the Irrlicht engine, so please forgive me if I just over read something in the tutorials... But I have just installed and setup (or so I thought) MSVC++ 6.0 with SP5 for use with the Irrlicht engine. I have taken a script that worked fine within Dev-C++ and brought it over to MSVC++, but when I tried to compile I got this error :
The problem is that you wrote
void main(),
but the compiler is expecting
WinMain().
Change this, or create a console application instead to the Windowsapplication.