Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hschlichter/cpp-embedding-mono
- Owner: hschlichter
- License: mit
- Created: 2016-06-30T07:45:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-29T07:48:13.000Z (over 8 years ago)
- Last Synced: 2024-08-04T02:10:55.905Z (6 months ago)
- Language: C++
- Size: 2.93 KB
- Stars: 21
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeCppGameDev - cpp-embedding-mono
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
```