[Mono-dev] Embedding Mono

Thiago Padilha tpadilha84 at gmail.com
Wed Jun 9 17:14:02 EDT 2010


 Hi Jonathan,

 I'm also working with an embedded mono application, do you know if I
can have full control on the assembly loader for mono? So far I only
found a way to specify the probing directory, but what I really need
is to instrument assemblies on demand, and that can only be done if I
control the loading process.

 Thanks in advance.

On Wed, Jun 9, 2010 at 5:06 PM, Jonathan Chambers <joncham at gmail.com> wrote:
> Guy,
> You just need to build the runtime. You could also build everything
> yourself, and then build runtime in 64-bit.
> You should be able to take a recent mono install for windows, get matching
> source and build the VS solution for the runtime. There is a x64 target that
> was working; it may need a little effort now though. I'd be able to help you
> through any issues if you have them.
> Thanks,
> Jonathan
>
> On Wed, Jun 9, 2010 at 4:00 PM, guysherman <guy at guysherman.com> wrote:
>>
>> Hi,
>>
>> I'm looking to embed mono, but I want to embed it inside an x64 C++
>> application on Windows 7. From what I've heard, a 64-bit assembly on
>> windows
>> cannot load a 32-bit assembly, so I assume I need a 64-bit version of
>> mono.
>> Do I just need to build the runtime for 64-bit, or must I also build mcs
>> and
>> the framework?
>>
>> Thanks,
>>
>> Guy Sherman.
>> --
>> View this message in context:
>> http://mono.1490590.n4.nabble.com/Embedding-Mono-tp2249428p2249428.html
>> Sent from the Mono - Dev mailing list archive at Nabble.com.
>> _______________________________________________
>> Mono-devel-list mailing list
>> Mono-devel-list at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>


More information about the Mono-devel-list mailing list