[Mono-dev] Embedding Mono into C++

Frank Fuchs fk.fuchs at googlemail.com
Sat Jul 24 06:12:22 EDT 2010


Hi,

I want to test mono for embedding it into my C++ application. I was following the articles http://www.mono-project.com/Scripting_With_Mono, http://www.mono-project.com/Embedding_Mono and the examples here http://anonsvn.mono-project.com/viewvc/trunk/mono/samples/embed/.
So far everything worked well, although I don't understand the restriction for mono_jit_init to be callable just once.
So I'm able to load assemblies into the domain and run them, as well as expose some c methods to the Jit. It is possible to load different assemblies, but obviously each assembly can be loaded only once. If the assembly changes on disk after the first load calling mono_domain_assembly_open again, does not reload the changed assembly. 
Is there any way to achieve the reloading? 

-Frank


More information about the Mono-devel-list mailing list