[delphizip] Re: New build for TZipBuilder

  • From: Roger Aelbrecht <Roger.Aelbrecht@xxxxxxxxx>
  • To: delphizip@xxxxxxxxxxxxx
  • Date: Tue, 14 Oct 2008 19:21:08 +0200

Gene Norris wrote:
> Roger, thanks for your help.  That took care of Demo1.
> 
> I tried to recompile two of my programs using ZipBuilder and am 
> having a problem with those.  Here are the symptoms:
> 
> On one program I get this message: ZipBuilder1->OnProgress has an 
> incompatible parameter list ...
> 

The parameters in the OnProgress have been changed, please check  the 
OnProgress definitions in your application :

You should have something like :

void __fastcall ZipBuilder1Progress(TObject *Sender,
       ProgressType ProgrType, String FileName, TProgressSize FileSize);



> On the other I get: DCLUSR60.BPL not found.  It is nowhere on my system.
> 
> Thanks again for your help.  Gene.
> 
> 
> 

That file is a package file and sometimes is created during installation 
of some components but nor TZipBuilder.

If you don't have the file then you can remove it from your .bpr file.
Close your BCB entirely.
Open the application .bpr file with a text editor, and remove all 
DclUsr60.bpl entries.
Save and close the .bpr file
Open BCB and try to re-build.

HTH

-- 
Roger Aelbrecht


-----------
To unsubscribe from this list, send an empty e-mail 
message to:
  delphizip-request@xxxxxxxxxxxxx 
and put the word unsubscribe in the subject.

Other related posts: