Home

Awesome

cpp-embedding-mono

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