Board index » delphi » INDY "Address Already In Use" Bug
Charles Stack
![]() Delphi Developer |
Sat, 27 Nov 2004 05:16:10 GMT
|
Charles Stack
![]() Delphi Developer |
Sat, 27 Nov 2004 05:16:10 GMT
INDY "Address Already In Use" Bug
INDY 9.1 / D5
Have both client and server in same application (TIdTCPClient and Client connects to server. All's okay. Terminate Delphi and try to reconnect. Still no go. I have tried setting ReuseSocket to both rsTrue and rsFalse with no apparent I can not reconnect to the server until after I reboot the workstation. Any ideas? |
Charles Stac
![]() Delphi Developer |
Sat, 27 Nov 2004 05:29:41 GMT
Re:INDY "Address Already In Use" BugClarification... The bug exists when the component is placed on a form. When created dynamically, the problem doesn't seem to exist. Charles Quote"Charles Stack" <char...@codycomp.com> wrote in message Quote> INDY 9.1 / D5 |
Bas Gooije
![]() Delphi Developer |
Sat, 27 Nov 2004 19:47:35 GMT
Re:INDY "Address Already In Use" Bugyou mean something like this: procedure TForm1.FormCreate(Sender: TObject); with -- Bas Gooijen Quote"Charles Stack" <char...@codycomp.com> wrote in message Quote> Clarification... |
Charles Stac
![]() Delphi Developer |
Sat, 27 Nov 2004 21:17:35 GMT
Re:INDY "Address Already In Use" BugYup. But, if the socket is created at runtime, the situtation doesn't exist. cjs Quote"Bas Gooijen" <bas_gooi...@yahoo.com> wrote in message Quote> you mean something like this: |
Stephane Grobet
![]() Delphi Developer |
Sat, 27 Nov 2004 21:46:28 GMT
Re:INDY "Address Already In Use" BugQuote> But, if the socket is created at runtime, the situtation doesn't exist. 2/ If yes, could you report it on sourceforge ? I'll look into it when I get back home... Thanks, |
Charles Stac
![]() Delphi Developer |
Sat, 27 Nov 2004 22:54:59 GMT
Re:INDY "Address Already In Use" BugYup. Latest from the FTP server. Will report it on sourceforge later today. cjs Quote"Stephane Grobety" <grob...@fulgan.com> wrote in message Quote> > But, if the socket is created at runtime, the situtation doesn't exist. |
Stephane Grobet
![]() Delphi Developer |
Sun, 28 Nov 2004 00:00:39 GMT
Re:INDY "Address Already In Use" BugOn 11 Jun 2002, "Charles Stack" <char...@codycomp.com> wrote in news:3d060f04$1_2@dnews: Quote> Yup. Latest from the FTP server. Will report it on sourceforge later Good luck, |
Delphino
![]() Delphi Developer |
Tue, 30 Nov 2004 11:32:45 GMT
Re:INDY "Address Already In Use" Bug... any work around? Quote"Charles Stack" <char...@codycomp.com> wrote in message Quote> INDY 9.1 / D5 |
Charles Stac
![]() Delphi Developer |
Tue, 30 Nov 2004 23:22:45 GMT
Re:INDY "Address Already In Use" BugAs I mentioned in another post, the work around is to create the components at runtime rather than at design-time. This seems to work to just fine. Charles Quote"Delphinoy" <delphi...@yahoo.com> wrote in message news:3d096357_1@dnews... |
Bas Gooije
![]() Delphi Developer |
Tue, 30 Nov 2004 23:54:40 GMT
Re:INDY "Address Already In Use" Bugcould you upload a sample to .attachments, or send me a sample, please -- Bas Gooijen Quote"Charles Stack" <char...@codycomp.com> wrote in message Quote> As I mentioned in another post, the work around is to create the Quote> > ... any work around? |