Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 267 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 267 Bytes

CallingCppInCSharp

A simple solution to calling C++ code from within C# code, using dllexport on the C++ side, and DllImport on the C# side.

If you implement this into another project

  • Set the C++ project's Configuration Type (in general) to Dynamic Library.