Need tip about a warning message !

  • Thread starter Thread starter Marty
  • Start date Start date
M

Marty

Hi,

I would like to have a tip about this kind of warning, what should I do
get rid of that warning?

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

The project is a .NET C++ DLL in managed code.

Thanks a lot!
Marty
 
Place the cursor on the error nr (LNK4243) and press F1. The Help page
contains a Link to a full description of what you need to do
 
Thank you Mona,

I should have tried to press F1 before posting my question :)
Have a nice day!
Marty

Hi Marty,

In order to resolve this warning related to the Linker Tools, I would
request you to please go through the following site which would be helpful
to you :
http://msdn.microsoft.com/library/d...ccore/html/vcerrLinkerToolsWarningLNK4243.asp

Hope this helps.

Best Regards,
Mona [Grapecity]

Hi,

I would like to have a tip about this kind of warning, what should I do
get rid of that warning?

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

The project is a .NET C++ DLL in managed code.

Thanks a lot!
Marty
 
Thank you Eckart,
I should have tried to press F1 before posting my question :)
Have a nice day!
Marty
 
Back
Top