RE: Win32-OLE crash

2006-05-11 Thread Jan Dubois
Please try your program with ActivePerl build 817. I fixed a bug in Win32::OLE that would cause crashes in IE events, so this may be the same thing. Please confirm if the problem is gone in 817, or if it still happens. Cheers, -Jan PS: Please use plain text instead of HTML for mailing list

Win32-OLE crash

2006-05-10 Thread kannan r
Using Win32-OLE for automation results in crash of perl. The scenario is as follows. Create an IE object subscribe for the events my $IE = Win32::OLE-new(InternetExplorer.Application)|| die Could not start Internet Explorer.Application\n;