Quote Originally Posted by Dr Unne View Post
Second result on a google search for "LIBCD.lib fatal error LNK1120: 1 unresolved externals":

[qq]Windowed applications on Win32 begin at WinMain() while character mode
applications begin at main(). Apparently you have mistakenly created a
Windowed project with console application code.[/qq]

There are many other results which I did not read through.
That's exactly what I'm trying to do. I'm sick of character black/white appplications. I found what the problem was though. Apparently Windowed applications have to be part of a project while character mode applications don't. I can't just open the code and run it (which is what I was doing).