i need trace the route of an ip, actually i am using the TIdTraceRoute indy component from the idTraceRoute unit.
I made a simple tool (LogAndMailApplication) that sends logs to my gmail account, for this I used the Indy component TIdSSLIOHandlerSocketOpenSSL. To work it needs ssleay32.dll and libeay32.dll.
I\'m authenticating with OAuth getting my request token, authorizing, doing POST to get the AccessToken and then pulling my user_timeline.xml
I just discovered a bug in tidhttp component. The scenario is this, im creating a small to fetch the pages of website using tidhttp get. I tried it in ebay all is ok, now after ebay i tried amazon tha
Im trying to code a basic irc client in Delphi 2010 using Indy components. Im able to connect to my irc server (unrealircd) using sample A below.
Which better is using default indy10 that\'s comes w开发者_运维问答ith Delphi 2007 or upgrade it to latest snapshot version and why ?
I\'m making a program for registration on a website. For this, I use C++Builder and Indy (TIdHTTP). How it works:
When my Tcpclient is working , with this code : TCPClient.Disconnect; TCPClient.Connect; I get \"raised exception class EIdAlreadyConnected with message \'Already connected.\'.\"error still (wherea
i have a server with these codes : procedure TFrmMain.TCPServerExecute(AContext: TIdContext); begin Res := DoRegister(Name,Family,Username,Password);
I am having trouble implementing a HTTP server with indy 10 in delphi 2007. I have set up a simple event handler for the CommandGet event.