C DLL -> C# DLL possible?
-
Yes, but you will have to work with COM. Look into the topic of Com Interop. You will need to tell the project to register the c# dll for com interop. Hope this helps, Nathan --------------------------- Hmmm... what's a signature?
-
Locked Ghost wrote: Is it possible to call a C# DLL(or really any other way to use C#) from a C DLL? Try my article: Creating a RCW for COM enabled non .NET applications[^] :-D -Nick Parker
-
Yes, but you will have to work with COM. Look into the topic of Com Interop. You will need to tell the project to register the c# dll for com interop. Hope this helps, Nathan --------------------------- Hmmm... what's a signature?
-
Locked Ghost wrote: Is it possible to call a C# DLL(or really any other way to use C#) from a C DLL? Try my article: Creating a RCW for COM enabled non .NET applications[^] :-D -Nick Parker
-
Hope it helps. -Nick Parker