04-28-2022, 10:31 PM
Good afternoon
I'm in the process of updating an old delphi program to run on Delphi 10.4 - it uses an old version of Indy - thinking at least indy 8.
I have been able to find resources on most of the changes needed to be made to make it work with indy 10.
Except so far one.
IdPeerThread.Stop - I know IdPeerThread has been replaced with IdContext.
But I don't know what IdPeerThread.Stop does to know what procedure to IdContext replaced it with.
I have tried finding the source code, getting hold of indy 9 documentation hoping it would cover the changes.
Any tips?
Thanks,
Seth
I'm in the process of updating an old delphi program to run on Delphi 10.4 - it uses an old version of Indy - thinking at least indy 8.
I have been able to find resources on most of the changes needed to be made to make it work with indy 10.
Except so far one.
IdPeerThread.Stop - I know IdPeerThread has been replaced with IdContext.
But I don't know what IdPeerThread.Stop does to know what procedure to IdContext replaced it with.
I have tried finding the source code, getting hold of indy 9 documentation hoping it would cover the changes.
Any tips?
Thanks,
Seth