Hi, I'm trying to compile my program in UNICODE mode, but the linker spits out the following error:


Linking...

msvcrt.lib(crtexew.obj) : error LNK2001: unresolved external symbol _WinMain@16

Unicode_Release/Program.exe : fatal error LNK1120: 1 unresolved externals

Error executing link.exe.


What am I doing wrong here?


thanks,

-Matt