Warning in Visual Studio .NET
Dopo il build ho questo warning:
LINK : warning LNK4243: DLL containing objects compiled with /clr is not linked with /NOENTRY; image may not run correctly
che significa???
ho una classe c# che viene richiamata da una dll managed fatta in c++ ...facendo il build di tutto mi da quel warning...
|