cpp-embedding-mono

September 29, 2016 ยท View on GitHub

Small sample on how to embed the mono runtime into a C++ program.

# To build both cpp and cs, just do
$ make

# Run.
$ cd out/
$ ./main hello.dll

# To clean up after your self.
$ make clean