[Mono-list] (no subject)

2007-11-20 Thread Nindi Singh
I am looking for some help with embedding Mono. I have a C++ App and would like to facilitate .NET plug-ins . This is the reverse to what is normally seen, C++ called from C#. I want to call C# functions from C++ with the C++ runtime being in control. As I understand there are two options,

[Mono-list] Mono Embedding, Runtime Exception Propagation

2007-11-20 Thread Nindi Singh
Sorry for posting this again, I forgot to fill in the subject line on the previous email. I am looking for some help with embedding Mono. I have a C++ App and would like to facilitate .NET plug-ins . This is the reverse to what is normally seen, C++ called from C#. I want to call C# functions

Re: [Mono-list] (no subject)

2007-11-20 Thread Nindi Singh
Nindi Singh wrote: I am looking for some help with embedding Mono. I have a C++ App and would like to facilitate .NET plug-ins . This is the reverse to what is normally seen, C++ called from C#. I want to call C# functions from C++ with the C++ runtime being in control. As I understand