Re: [Mono-dev] Debugging Mono applications under GDB

2015-11-14 Thread Edward Ned Harvey (mono)
> From: mono-devel-list-boun...@lists.ximian.com [mailto:mono-devel-list- > boun...@lists.ximian.com] On Behalf Of Chris Swiedler > > We have a server application that's being developed under Visual Studio and > run under Mono 3.12. We're generating .mdb files from the .pdbs that VS > creates.

[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