LINK : warning LNK4243: DLL containing objects compiled with /clr is not linked with /NOENTRY; image

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top