hschlichter / cpp-embedding-mono

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:C++ 49.4%Language:Makefile 28.7%Language:C# 21.8%