Error LNK2019: Unresolved External Symbol [Solved]

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Angus5
Posts: 2
Joined: Tue Dec 18, 2007 2:37 am

Error LNK2019: Unresolved External Symbol [Solved]

Post by Angus5 »

This is my first run, I'm using MSVC 2005 and followed the first tutorial on the website but when I build it gives me the errors:
MSVCRTD.lib(crtexew.obj) : error LNK2019: unresolved external symbol _WinMain@16 referenced in function ___tmainCRTStartup
C:\Documents and Settings\Administrator.NATE-RTT202DNF3\Desktop\C++ Projects\Irrlicht_Test\Debug\Irrlicht_Test.exe : fatal error LNK1120: 1 unresolved externals
What does this mean?

SOLVED: Nevermind, I had the wrong subsystem for my linker settings.
Post Reply