cdlvj has asked for the wisdom of the Perl Monks concerning the following question:
using Active State to generate Com object. One major hurdle left.
Registered ok.
Constructor does not invoke
Perl:
my $r = Win32::OLE->new('Chilkat.ZipObject'); loads and returns good status. my $exitcode = $r->ZipAFile("type.txt","Type.zip");
VBScript
Method ZipAFile fails. Constructor does not invoke.Set obj = CreateObject("Chilkat.ZipObject") loads and returns good status. Set rc = obj.ZipAFile("type.txt","Type.zip")
What is the trick?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl Com Ojbects
by NetWallah (Canon) on Feb 19, 2016 at 01:21 UTC | |
by cdlvj (Novice) on Feb 22, 2016 at 20:48 UTC |