> 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? _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
