Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 May : Re: New LargeStream problem
| Subject: | Re: New LargeStream problem |
| Posted by: | "RGreen" (rgreen@nospam.kemi.umu.se) |
| Date: | Wed, 24 May 2006 21:30:39 |
"Remy Lebeau (TeamB)" <no.spam@no.spam.com> wrote in message
news:4474a55a$1@newsgroups.borland.com...
>
> .
>
> Indy uses Int64 internally. Only the OnWork event handlers are still
> Integer. Changing them to Int64 would break existing user code, though.
> If
> you are ok with that, then you can modify IdComponent.pas to use Int64
> instead of Integer for the events, and then recompile Indy.
>
The solution here then will be NOT modifying, but adding ne events
OnWork64, etc. Don't know how much of a work that will be.