B
Boris
When I compile my "mixed-mode" C++ dll in Release mode, I get these
warnings -
LINK : warning LNK4243: DLL containing objects compiled with /clr is not
linked with /NOENTRY; image may not run correctly
LINK : warning LNK4089: all references to 'MSVCP71.dll' discarded by
/OPT:REF
LINK : warning LNK4089: all references to 'OLEAUT32.dll' discarded by
/OPT:REF
LINK : warning LNK4089: all references to 'USER32.dll' discarded by /OPT:REF
I usually treat each warning as a potential bug in the program. I haven't
found anything concrete on the first warning when I searched the web. Has
anyone experienced any problems as a result of the first warning? What does
it mean exactly?
Thanks,
-Boris
warnings -
LINK : warning LNK4243: DLL containing objects compiled with /clr is not
linked with /NOENTRY; image may not run correctly
LINK : warning LNK4089: all references to 'MSVCP71.dll' discarded by
/OPT:REF
LINK : warning LNK4089: all references to 'OLEAUT32.dll' discarded by
/OPT:REF
LINK : warning LNK4089: all references to 'USER32.dll' discarded by /OPT:REF
I usually treat each warning as a potential bug in the program. I haven't
found anything concrete on the first warning when I searched the web. Has
anyone experienced any problems as a result of the first warning? What does
it mean exactly?
Thanks,
-Boris