i want to learn how to use the irrlicht engine.
This is the error from the debugger:
This is the german Text. I means, that there is a extern symbol and it's called WinMain@16--------------------Konfiguration: IrrlichtTut_1 - Win32 Debug--------------------
Kompilierung läuft...
IrrlichtTut_1.cpp
Linker-Vorgang läuft...
LIBCD.lib(wincrt0.obj) : error LNK2001: Nichtaufgeloestes externes Symbol _WinMain@16
Debug/IrrlichtTut_1.exe : fatal error LNK1120: 1 unaufgeloeste externe Verweise
Fehler beim Ausführen von link.exe.
IrrlichtTut_1.exe - 2 Fehler, 0 Warnung(en)
I hope, you can understand my "nice" English.
JojoKoester
Edit:
What kind of application must i use? Win32 Consoleapplication or Win32 Application?
I dont't know. In the example i have use the win32 application, because in the console i had mistakes to.