On 08/25/05 Alexey Tsynaev wrote: > But actually I don't invoke any unmanaged code from c# code > How your advice can be used in my situation? > > 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? lupus -- ----------------------------------------------------------------- [EMAIL PROTECTED] debian/rules [EMAIL PROTECTED] Monkeys do it better _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
