[delphizip] FW: Not enough actual parameters

  • From: "Eric Engler" <englere@xxxxxxxxxxx>
  • To: <delphizip@xxxxxxxxxxxxx>
  • Date: Fri, 6 Sep 2002 22:12:05 -0400

-----Original Message-----
From: Pietro Moro [mailto:pmoro@xxxxxxxxxxxxx]
Sent: Friday, September 06, 2002 6:29 AM
To: englere@xxxxxxxxxxx
Subject:


Dear Eric.
Installation of ZipMAster 170 on Delphi 5 gives the following compilation
error
    if r <> 0 then
        application.MessageBox(pchar(IntToStr(r)), 'Abort');
ZipMstr(3073) Not enough actual parameters

I have added a
var dummyFlag; integer;
        application.MessageBox(pchar(IntToStr(r), 'Abort', dummyFlag);
and it seems to work.
Correct?
Thank you.
Best regards.

Pietro Moro
Machine Vision Systems
Optec srl
I-20015 PARABIAGO (MI) Italia - via Mantegna, 34
phone +39 0331491945 - fax +39 0331495091
www.optec-srl.com




Other related posts:

  • » [delphizip] FW: Not enough actual parameters