Build Problem
-
i made an ATL/Com project and it works just fine in debug mode but when im trying to build Win32 Release MinDependency, i get this error: LIBCMT.lib(crt0.obj) : error LNK2001: unresolved external symbol _main ReleaseMinDependency/Tokenizer.dll : fatal error LNK1120: 1 unresolved externals Error executing link.exe. any suggestion?
-
i made an ATL/Com project and it works just fine in debug mode but when im trying to build Win32 Release MinDependency, i get this error: LIBCMT.lib(crt0.obj) : error LNK2001: unresolved external symbol _main ReleaseMinDependency/Tokenizer.dll : fatal error LNK1120: 1 unresolved externals Error executing link.exe. any suggestion?
-
MSDN Q291952 should solve this; You could try the MinSize version to verify it builds first. Steve S [This signature space available for rent]
thanks i`ll check it out
-
i made an ATL/Com project and it works just fine in debug mode but when im trying to build Win32 Release MinDependency, i get this error: LIBCMT.lib(crt0.obj) : error LNK2001: unresolved external symbol _main ReleaseMinDependency/Tokenizer.dll : fatal error LNK1120: 1 unresolved externals Error executing link.exe. any suggestion?
This is answered in the VC forum FAQ. --Mike-- "I'd rather you just give me a fish today, because even if you teach me how to fish, I won't do it. I'm lazy." -- Nish Just released - 1ClickPicGrabber - Grab & organize pictures from your favorite web pages, with 1 click! My really out-of-date homepage Sonork-100.19012 Acid_Helm
-
This is answered in the VC forum FAQ. --Mike-- "I'd rather you just give me a fish today, because even if you teach me how to fish, I won't do it. I'm lazy." -- Nish Just released - 1ClickPicGrabber - Grab & organize pictures from your favorite web pages, with 1 click! My really out-of-date homepage Sonork-100.19012 Acid_Helm
thanks a lot, that solved the problem.