[Mono-dev] Embedding Mono into C++

2010-07-24 Thread Frank Fuchs
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

Re: [Mono-dev] Embedding Mono into C++

2010-07-24 Thread Frank Fuchs
Hi Lucas, thank you very much! Implementing your answer mad me stumble over this one https://bugzilla.novell.com/show_bug.cgi?id=624498. Did you find a workaround? Win7 is one of my deployment platforms. On a related note is there a way to invoke the mcs compiler from within the code to

Re: [Mono-dev] Embedding Mono into C++

2010-07-24 Thread Robert Jordan
On 24.07.2010 15:11, Frank Fuchs wrote: On a related note is there a way to invoke the mcs compiler from within the code to compile some .cs file. Of course one could try to invoke mcs with a system call or ExecuteProcess but is there something more convenient? As far as I read about the

[Mono-dev] Calling the mcs from an app.

2010-07-24 Thread Frank Fuchs
Hi, I want to test mono for embedding it into my C++ application. So far everything worked out rather well, but I'd like to have more of a script-like behavior. To be precise I'd like to provide the users of my application with the ability to write a rather complete .cs file (or even many of