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
