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 IamaSherpa 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: *

  • Users: RRoYY
  • Order by date
  1. RRoYY

    Problem with TIdSocketHandles

    I found the solution myself. In fact when converting from delphi to c++ the variable 'Bindings' becomes a pointer as thus: TIdSocketHandles *Bindings= new TIdSocketHandle(TCPServer); Also instead of calling the function in the form oncreate event, the initialisation should be done in the form...
  2. RRoYY

    Problem with TIdSocketHandles

    Hi, I have the borland studio 2006 version and running indy9 bcoz indy10 not running with c++. I have a problem when declaring a variable 'Bindings' of type TIdSocketHandles, that is a collection of TIdSocketHandle to start the tcpserver. void __fastcall TMainFormServer::FormCreate(TObject...

Part and Inventory Search

Back
Top