minmin has asked for the wisdom of the Perl Monks concerning the following question:
Dear monks, I am working on Windows 7 64 bits and i faced an issue with:
Perl program can not load OTAClient ddl. It seems an issue with different windows version. How can i fix it using the existing Win32 module or install another module for Windows 64 bits? Many thanks in advance! Kind regards, MinMin$tdc = Win32::OLE->new('TDapiole80.TDconnection', sub {$_[0]->Quit;}) or die "Failed to load OTAClient DLL.\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Failed to load OTAClient DDL in Win32::OLE while working on Windows 7 64bit
by Discipulus (Canon) on Jul 02, 2015 at 08:09 UTC |