multi-threaded或multi-threaded debug的compiler option 在那裡加的?我應該沒有加這個 我本來有include winsock2.h的, 我再include埋windows.h之後都係唔得
error: warning C4013: '_endthread' undefined; assuming extern returning int warning C4013: '_beginthread' undefined; assuming extern returning int error LNK2001: unresolved external symbol __endthread error LNK2001: unresolved external symbol __beginthread
LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16 Debug/test.exe : fatal error LNK1120: 3 unresolved externals Error executing link.exe. test.exe - 4 error(s), 2 warning(s)
Since I am using Visual C++6 and so that the interface is differerent from Visual Studios, I can't find the path (project -> properties -> 'C/C++' -> pull-down to 'Code generation' -> 'Use Runtime library' )
I got a main(void) function in me program, but actually I don't know what are the "main" method and "console", what it means?