Matt writes:
> I have been running into "Bizarre SvType" errors when trying to use fork
> with Win32::OLE.  Based on this message from last year, it looks like this
> is expected, although undesired behaviour:
> 
> http://aspn.activestate.com/ASPN/Mail/Message/perl-win32-database/2720402
> 
> Are there any plans to fix this problem?  Are there work-arounds apart from
> only using Win32::OLE within the child process (I can't use this method as
> both the parent and child need to use Win32::OLE)?

This will still not work.  The "workaround" is to use separate parent and
child processes and not mix fork() emulation with OLE Automation.

Cheers,
-Jan

<<attachment: winmail.dat>>

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to