error LNK2001
Hi ,
Thank u again...
I selected multi threaded option as u write, but now this error accured.
What can i do?
Please help me!!!
LIBCMT.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16
Debug/SysInfoService.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
[342 byte] By [
blackdevil] at [2007-11-18 20:34:01]

# 1 Re: error LNK2001
For an UNICODE build configuration you must set the entry point to wWinMainCRTStartup (Project Settings\Link\Cathegory:Output\Entry-Point symbol).
However, as I already said HERE (http://www.dev-archive.com/forum/showthread.php?postid=954874#post954874)
first search for "LNK2001" and/or "_WinMain@16", and/or... in MSDN, then ask if something remains unclear. Else, we must discuss all the project settings... ;)