Re: [Mono-dev] Invoking .net interface method from c api

2015-08-21 Thread Robert Jordan
On 21.08.2015 11:43, zebrajap wrote: Oh. I got your point. The build output have System.dll in multiple places. ./lib/mono/2.0/System.dll ./lib/mono/4.5/System.dll *./lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll* ./lib/mono/4.0/System.dll I was loading it from

Re: [Mono-dev] bug #28777

2015-08-21 Thread Rodrigo Kumpera
No timeline for 4.0.5. It might be a community only release. Mono 4.2.0 has already been branched and an alpha release is happening in the coming weeks. -- Rodrigo On Mon, Aug 17, 2015 at 11:28 AM, Stephen G. Parry sgpa...@mainscreen.com wrote: When are either 4.2 or 4.0.5 due to be fully

Re: [Mono-dev] Invoking .net interface method from c api

2015-08-21 Thread zebrajap
Oh. I got your point. The build output have System.dll in multiple places. ./lib/mono/2.0/System.dll ./lib/mono/4.5/System.dll *./lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll* ./lib/mono/4.0/System.dll I was loading it from ./lib/mono/4.0/System.dll. I am loading it as follows.

Re: [Mono-dev] Invoking .net interface method from c api

2015-08-21 Thread Robert Jordan
On 21.08.2015 06:44, zebrajap wrote: Now I am getting a different error. 104 MonoObject* pIcc = mono_runtime_invoke(pMethodCreateCompiler, pCodeProvider, NULL, NULL); (gdb) p pMethodCreateCompiler $1 = (MonoMethod *) 0x6aa288 (gdb) n Unhandled Exception: