[mailto:[EMAIL PROTECTED]
Sendt: 9. februar 2006 22:10
Til: Thomas Mostrup Nymand
Emne: Re: Problem loading OLE.dll on Windows 98
- Original Message -
From: "Thomas Mostrup Nymand" <[EMAIL PROTECTED]>
To: "Sisyphus" <[EMAIL PROTECTED]>
Cc:
Sent: Thu
oc::Processtable also has a dll in that path, and I can instantiate
that also...
Hmm...
/Thomas
-Oprindelig meddelelse-
Fra: Sisyphus [mailto:[EMAIL PROTECTED]
Sendt: 9. februar 2006 11:09
Til: Thomas Mostrup Nymand; perl-win32-users@listserv.ActiveState.com
Emne: Re: Problem loading OLE
Yes, good point, but line 2 is
use Win32::OLE qw(EVENTS);
so the code below crashes before there is any mention of
"InternetExplorer.Application".
/Thomas
-Oprindelig meddelelse-
Fra: Foo Ji-Haw [mailto:[EMAIL PROTECTED]
Sendt: 9. februar 2006 04:26
Til: Thomas Mostrup
Hi
I am running an installation of Cygwin and the bundled perl5.8 + Win32
on Windows 98.
When I try to use Win32::OLE as in the following script:
#!/usr/bin/perl
use Win32::OLE qw(EVENTS);
my $IE = Win32::OLE->new("InternetExplorer.Application")
|| die "Could not start Internet Explorer.Ap