[Mono-list] Re: Embedded Mono with native threads
Alexey Tsynaev
alt at inetlab.ru
Fri Aug 26 02:44:41 EDT 2005
> On 08/25/05 Alexey Tsynaev wrote:
> > But actually I don't invoke any unmanaged code from c# code
> > Host application creates thread where function from my
> plugin is called.
> > In this function I just get MonoMethod and execute it by
> > mono_runtime_invoke.
> > That is all.
>
> Then you are responsible for calling mono_thread_attach() yourself.
> Anyway, the patch I posted should solve your issue as well:
> care to try it out?
>
I'm calling mono_thread_attach() in plugin's function before executing
managed code.
Where I can get your patch?
More information about the Mono-list
mailing list