How to use C# Managed DLL into my VC++ Application (DLL)
-
Hi There. I am not able to use C# Managed DLL into my VC++ Application (DLL). Below are the steps I am doing but with no success. 1. Copied C# DLL into the folder where all my lib files reside. 2. Included #using :GT:JPEGMaker.dll:LT: statement into stdafx.h file 3. After this I got an error message regarding CLR Support, so I enabled the same in project settings. 4. After this I got a linking error... :GT: Greater Then Sign :LT: Less Then Sign Please provide details or Do I need to convert C# DLL into Native DLL? Thanks PanB
-
Hi There. I am not able to use C# Managed DLL into my VC++ Application (DLL). Below are the steps I am doing but with no success. 1. Copied C# DLL into the folder where all my lib files reside. 2. Included #using :GT:JPEGMaker.dll:LT: statement into stdafx.h file 3. After this I got an error message regarding CLR Support, so I enabled the same in project settings. 4. After this I got a linking error... :GT: Greater Then Sign :LT: Less Then Sign Please provide details or Do I need to convert C# DLL into Native DLL? Thanks PanB
See led mike's excellent reply to the post below yours[^]
Mark Salsbery Microsoft MVP - Visual C++ :java: