Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. 00thaphay

    Indy Components

    Compile error saying Undeclared identifier 'Binding'. Im using delphi 7.
  2. 00thaphay

    Indy Components

    Thanks for taking time to help me. Remebering that im still new lol there isnt a bindings property for idtcpclient. All i can assign to an integer like NoBlocking is BoundPortMax,BoundPortMin and Boundport Regards Gary
  3. 00thaphay

    Indy Components

    Thanks for helping. Unfortunately it did now prevent the freeze :( I really can't see the problem :( Can it be my server side code? thats simply: procedure TFrmHost.IdTCPServerConnect(AThread: TIdPeerThread); begin lstchat.Items.Add('Client Connected')...
  4. 00thaphay

    Indy Components

    Ok i broke the code down to see exactly where it freezes. I changed timer to every 5 seconds and put messages everywhere telling me during runtime exactly what it was doing. It freezes when executing the following line when their is no data on the socket: Inputdata := idtcpclient.ReadLn('',5)...
  5. 00thaphay

    Indy Components

    Hey thanks for reply. My timer is running slower than the demo code. mine is 1000 interval theirs 500.
  6. 00thaphay

    Indy Components

    Hi im having an annoying problem. Im making a client-server app using indy componenets idtcpclient and idtcpserver naturally. I should say im a fairly new user to delphi and very new to using indy components so please bare with me if i act a noob. After browsing throught the indy demos i...

Part and Inventory Search

Back
Top