[twsocket] FTPClient problem w. large files in D7

2006-05-30 Thread Delphi
Hello, i have installed the ics width Delphi7 i would download with the ftp-client a large file (6GByte). After 2GB the client hang (overflow integer) why doesn't work the in64-version of the functions in D7 ? in Delphi 5 the ftp-client works with get fine a download 6 GByte. Best re

Re: [twsocket] FTPClient problem w. large files in D7

2006-05-30 Thread Delphi
Hello Arno Garrels i get the exception EIntOverflow > in Line 3842 in ..\vcl32\wsocket.pas > Richard Arno Garrels wrote:: > Richard (Delphi) wrote: > > >> After 2GB the client hang (overflow integer) >> why doesn't work the in64-version of the functio

Re: [twsocket] FTPClient problem w. large files in D7

2006-05-30 Thread Delphi
in delphi 5 it works fine, but in delphi 7 i get the error. is this ´not the same code? (stream.pas)?? richard "Angus Robertson - Magenta Systems Ltd" <[EMAIL PROTECTED]> schrieb: > > > Very strange that error never came up when I added 64-bit support > > > to

Re: [twsocket] FTPClient problem w. large files in D7

2006-05-30 Thread Delphi
dCount : LongIntread FReadCount; {$ENDIF} property RcvdCount : LongIntread GetRcvdCount; Arno Garrels wrote: > > Delphi wrote: > >> >> Hello Arno Garrels >> >> >> >> i get the exception EInt