I am trying to compile some code, but I keep getting the errors:
LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16
Debug/cryptography.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
What does this mean, and what is an external symbol?
