Skip to content

Releases: OlegJakushkin/TestSWIG

Basic SWIG+CSharp demo

08 Oct 13:35
Compare
Choose a tag to compare

C++ code includes:

  • Shared pointers
  • Virtual functions

SWIG file includes:

  • How to allow use of shared_ptr's
  • How to allow Inheritance

CSharp demo includes:

  • Events/Delegates
  • Inheritance
  • How to make shared_ptr based CSharp object die with C++ object
  • Tests