[Mono-dev] Loading AOT output using mono_domain_assembly_open

2015-11-14 Thread zebrajap
Hi, I am trying to load the .so file generated by AOT. When the .dll is passed to mono_domain_assembly_open it returns the assembly. However when I pass the .so path, it returns NULL. Is there a different API for AOT assembly loading? Regards Sameera -- View this message in context:

Re: [Mono-dev] Loading AOT output using mono_domain_assembly_open

2015-11-14 Thread Robert Jordan
On 14.11.2015 18:13, zebrajap wrote: Hi, I am trying to load the .so file generated by AOT. When the .dll is passed to mono_domain_assembly_open it returns the assembly. However when I pass the .so path, it returns NULL. Is there a different API for AOT assembly loading? You're still supposed