Need tip about a warning message !

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
 
E

Eckart Haug

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
 
M

Marty

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
 
M

Marty

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

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