C
Carl
I have a managed c++ web service that uses ATL.
Everything worked fine with VC 7.0, but when I recompile
with VC 7.1 I get the following link warning:
LINK : warning LNK4243: DLL containing objects compiled with /clr is not
linked with /NOENTRY; image may not run correctly.
Having looked in various files, I'm told to
1) Add the /NOENTRY option,
2) Add __DllMainCRTStartup@ 12 to the Force Symbol Reference
3) Remove nochkclr.obj (which isn't there to remove).
When I do this, ATL CStrings, and some functions don't work.
How do I correct this for a managed web service?
TIA.
Everything worked fine with VC 7.0, but when I recompile
with VC 7.1 I get the following link warning:
LINK : warning LNK4243: DLL containing objects compiled with /clr is not
linked with /NOENTRY; image may not run correctly.
Having looked in various files, I'm told to
1) Add the /NOENTRY option,
2) Add __DllMainCRTStartup@ 12 to the Force Symbol Reference
3) Remove nochkclr.obj (which isn't there to remove).
When I do this, ATL CStrings, and some functions don't work.
How do I correct this for a managed web service?
TIA.