Skip to content

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

License

Notifications You must be signed in to change notification settings

hschlichter/cpp-embedding-mono

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published