How to call C# function from unmanaged C++ code.?
COM
2
Posts
2
Posters
2
Views
1
Watching
-
Hi, I need to call a function written in C# from the unmanaged code. The code from where I have to call the function is purely written in VC++ and it come in the unmaged part of the solution code. Most of the solution is written in C# .NET 3.5. Please help me out. Thanks In Advance Abbas
-
Hi, I need to call a function written in C# from the unmanaged code. The code from where I have to call the function is purely written in VC++ and it come in the unmaged part of the solution code. Most of the solution is written in C# .NET 3.5. Please help me out. Thanks In Advance Abbas
Read Unmanaged to Managed calls (C++ to C#) without Regasm[^]; it seems to be just what you are looking for... Cheers, Sauro