Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 May : Re: New LargeStream problem

www.cryer.info
Managed Newsgroup Archive

Re: New LargeStream problem

Subject:Re: New LargeStream problem
Posted by:"Remy Lebeau (TeamB)" (no.spam@no.spam.com)
Date:Wed, 24 May 2006 13:11:57

"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.

This has now been implemented for the next nightly snapshot of Indy 10.  The
events now use Int64.  Due note that this is an interface change, so your
IDE will likely complain after you reinstall the next Indy snapshot, so you
will have to re-do your event handler assignments.  But then it should be ok
after that.


Gambit

Replies:

none

In response to:

www.cryer.info
Managed Newsgroup Archive