[Mono-list] Start and call into mono VM from C/C++ ?

2006-10-30 Thread Goldstein, Nachum (Jonathan)
Title: Start and call into mono VM from C/C++ ? I would like to call into the mono VM from a C/C++ program. I searched the mono site and google, and found only a technique to call C/C++ from C#. I want to do the reverse. Something like: int main(int argc, char** argv) { create mono VM

Re: [Mono-list] Start and call into mono VM from C/C++ ?

2006-10-30 Thread Jonathan Pryor
On Mon, 2006-10-30 at 10:28 +0200, Goldstein, Nachum (Jonathan) wrote: I would like to call into the mono VM from a C/C++ program. I searched the mono site and google, and found only a technique to call C/C++ from C#. I want to do the reverse. Something like: int main(int argc, char**