Mon Jan 24 13:59:39 2011: Request 65052 was acted upon.
Transaction: Correspondence added by [email protected]
Queue: Win32-OLE
Subject: RE: [rt.cpan.org #65052] Cannot create ADODB.Connection object
under Cygwin
Broken in: 0.1709
Severity: Important
Owner: Nobody
Requestors: [email protected]
Status: open
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=65052 >
> This is on 64bit Windows 7.
>
> On Cygwin:
>
> $ perl -Mblib -MData::Dumper -MWin32::OLE -le 'print Dumper(Win32::OLE-
> >new("ADODB.Connection"))'
> $VAR1 = undef;
Can you please run with warnings enabled? Win32::OLE will print
additional diagnostics on OLE calls when warnings are on.
> On ActiveState Perl 32 bit:
Is this just 32-bit ActivePerl on the same machine, or on a different
one?
Also, which Cygwin version are you using? Your example works fine
with my (obsolete) Cygwin 1.5 install.