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?
In reply to Perl Com Ojbects by cdlvj
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |