Hi
I was wondering if someone can help me with this. I am modifying a code that is an interface to a scanner. In the code there is a main function and when I try to debug it , it gives two errors:
LIBCD.lib(wincr t0.obj) : error LNK2001: unresolved external symbol _WinMain@16 and
Debug/scanner_connect .exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe
So I guess the first...