Thanks for the tip Jan.

I still blame perl itself for the trouble I'm having. Is it correct to 
'undef' the thread object after it is detached?
The documentation says nothing about it.

Regards,
Gabriel

"Jan Dubois" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> On Tue, 03 May 2005, Gabriel Blum wrote:
>> and works with the sample script, but with my complicated program, it 
>> fails
>> with some ugly messages
>> Win32::OLE(0.1702): GetOleObject() Not a Win32::OLE object at
>> C:/Perl/site/lib/Win32/OLE/Lite.pm line 221.
>
> It is not safe to use Win32::OLE in multi-threaded programs.  COM objects 
> have
> thread affinity and cannot simply be cloned across threads.
>
> Cheers,
> -Jan
>
> 


Reply via email to