Releases: OlegJakushkin/TestSWIG
Releases · OlegJakushkin/TestSWIG
Basic SWIG+CSharp demo
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