Questions tagged [tclientsock]

3 questions
4
votes
2 answers

getting asynchronous socket error 10049 even if i use try..except

when ever i run my program(outside the debugger/ide) i get error asynchronous socket error 10049, am i not supposed to recieve a message dialoge : ''error''? see my code below begin try ClientSocket1.open; except …
Omair Iqbal
  • 1,820
  • 1
  • 28
  • 41
1
vote
2 answers

Delphi DLL - TClientSocket events

I have a DLL with a TClientSocket component, it is used to talk to a Telephone System Machine. The DLL only have PChar parameters in the exports methods, and is not using packages. When I load the DLL with Delphi app, all the events works fine, no…
Cesar Romero
  • 4,027
  • 1
  • 25
  • 44
0
votes
0 answers

Server Ip at Client side using Sockets

I need to create an application using android socket level programming, I created a connection between server and client but I need to show waiting server IP list at client side and select one IP from the list and establish a connection between…