Skip to content

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

Notifications You must be signed in to change notification settings

AngryCarrot789/CallingCppInCSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published