Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 327 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 327 Bytes

Cpp_CSharp_Call

Example code that calles managed code written in C# from unamanged code written in C++

The code is very heavily based on this article from pragmateek.

The solution to the problem is to use C++/CLI as a wrapper around the managed code.