COM release build problem
-
What's causing the following error? I'm using VC++ 6.0 on WinXP Home??? Any takers? :) Linking... Creating library ReleaseMinSize/mycom.lib and object ReleaseMinSize/mycom.exp LIBCMT.lib(wwincrt0.obj) : error LNK2001: unresolved external symbol _wWinMain@16 ReleaseMinSize/mycom.dll : fatal error LNK1120: 1 unresolved externals Error executing link.exe. Thanks ;) How do I print my voice mail?
-
What's causing the following error? I'm using VC++ 6.0 on WinXP Home??? Any takers? :) Linking... Creating library ReleaseMinSize/mycom.lib and object ReleaseMinSize/mycom.exp LIBCMT.lib(wwincrt0.obj) : error LNK2001: unresolved external symbol _wWinMain@16 ReleaseMinSize/mycom.dll : fatal error LNK1120: 1 unresolved externals Error executing link.exe. Thanks ;) How do I print my voice mail?
You need to provide an entry point for the executable. Goto Project settings, Linker, Output and type wWinMainCRTStartup into the "Entry-point symbol" field.
-
You need to provide an entry point for the executable. Goto Project settings, Linker, Output and type wWinMainCRTStartup into the "Entry-point symbol" field.
Nada... I have tried that before And i've tried
_wWinMain@16
and about a million others. How do I print my voice mail? -
Nada... I have tried that before And i've tried
_wWinMain@16
and about a million others. How do I print my voice mail?If you have not already tried this, remove _ATL_MIN_CRT from the project settings. I had the same problem when I needed exception handling in a recent ATL project. Cheers Shaun
-
If you have not already tried this, remove _ATL_MIN_CRT from the project settings. I had the same problem when I needed exception handling in a recent ATL project. Cheers Shaun
Did you ever know you my hero :) * sings like Bette Middler - Or more like that weird girl on WB superstar!!! That worked... Schweet!!! Thanks you kindly!!! How do I print my voice mail?