Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hschlichter/cpp-embedding-mono

Small sample on how to embed the mono runtime into a C++ program.
https://github.com/hschlichter/cpp-embedding-mono

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# cpp-embedding-mono
Small sample on how to embed the mono runtime into a C++ program.

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

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

# To clean up after your self.
$ make clean
```