Skip to content

Showing how C# calls C++ dlls. both values and arrays are supported.

Notifications You must be signed in to change notification settings

shushan2017/FromCPP2CSharp

 
 

Repository files navigation

FromCPP2CSharp

This is a visual studio demo shows how to call C++ dlls in C#.

Notes

  • Class can not be call in C#.
  • All Class members functions should be modified in an independent function for C# to call.
  • Pointers/Variables used for returning values should be reference.

changes log

Please update the first row of this table each time.

Time Big Changes
Now Wait for updating...
2019-05-25 Init.

About

Showing how C# calls C++ dlls. both values and arrays are supported.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 55.7%
  • C++ 44.3%