[delphizip] Re: problem using AddDiskSpan option

  • From: "Roger Aelbrecht" <Aelbrecr@xxxxxxxxxx>
  • To: <delphizip@xxxxxxxxxxxxx>
  • Date: Wed, 28 Jul 2004 19:29:51 +0200

xmormur@xxxxxxxxxxxxx wrote:
> hello to all
>
>
>
> I'm using BCB5 and TzipBuilder 1.76 (download recently)
>
>
>
> original program has OnProgress set to show progress.
>
> days ago I need to use AddDiskSpan and modified source accordingly.
>
> my surprise was that function OnProgress goes into case
> TotalSize2Process
>
> two times.
>
> the first time variable FileSize and and ZipFileSize have the real
> size to
>
> process but the second time this values where smaller.
>
>
>
> more info:  8 files (mov,avi,mpg types) (8 Mb)
>
>
>
> process is exactly the same, only AddDiskSpan is set or not.
>
>
>
> compress with no span:
>
>     get 1 zip file
>
>     OnProgress (TotalSize2Process) ZipFileSize=FileSize=8Mb
>
>
>
> compress with span:
>
>     get 6 files (5 of 1.44 Mb, 1 with rest)
>
>     OnProgress (TotalSize2Process at start) ZipFileSize=FileSize=8Mb
>
>     OnProgress (TotalSize2Process at end) ZipFileSize=FileSize=7.8Mb
>
>
>
> has anybody detect that?
>
> know someone what means the second value for ZipFileSize?
>
>
>
> One question more
>
> I have updated ZipMsgCT.rc and ZipMsgS1.rc to version 1.76, and
> commented a
>
> small bug detected on ZipMsgUS.rc with ZipMsg.h (ZipMsgUS.rc we find
>
> ED_SizeToLarge and in ZipMsg.h find ED_SizeTooLarge).
>
> Where I send this updates?
>
>
>
> many thanks at advance
>
>
>
> xavi
>
>
> -----------------------------------------------------------------
> Clica sobre el link y llevate gasolina gratis para tus vacaciones
> http://www.telepolis.com/gasolinagratis/
> -----------
> To unsubscribe from this list, send an empty e-mail
> message to:
>   delphizip-request@xxxxxxxxxxxxx
> and put the word unsubscribe in the subject.

HI Xavi,

For your problem with OnProgress in disk span I have to investigate why and
how this
happens, I know we made some modifications to get more progress info and
maybe
somewhere I have put in a wrong one.
I need some time to investigate

Second
The error is cause by changing that name
correctly it should be ED_SizeTooLarge   ( with 2 o's )

You can send your translation updates to me I will include them in
the next version/build, send also a copy to
Russell Peters   russellppeters@xxxxxxxxxxxx"
for inclusion in TZipMaster ( we use the same rc files)


Roger Aelbrecht
http://home.tiscali.be/driehoeksw

-----------
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: