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... ;)
ovidiucucu at 2007-11-11 1:12:20 >
# 2 Re: error LNK2001
This question comes up over and over again. I know it's VC++ specific but is there maybe a case for having it in the FAQ's?
John E at 2007-11-11 1:13:16 >
# 3 Re: error LNK2001
Hi ovidiucucu,
I solved the problem with your suggestions:)
Again and again Thank u...
blackdevil at 2007-11-11 1:14:25 >