I have the following code in my OnExecu开发者_StackOverflow中文版te in C++ Builder XE: void __fastcall Test::TestExecute( TIdContext* AContext )
I need to connect to a device on the local network, using a TCP/IP connection. When I use a TIdTCPClient, all works well, except one thing:
My Server-App uses a TIdTCPServer, several Client apps use TIdTCPClients to connect to the server (all computers are in the same LAN).
I have written a program in Delphi 7 (includes a ModBus component that uses Indy). On my machine it uses Indy 9 and works fine. It communicates well with other machines via a ModBus protocol. However,
Maybe the solution to this is very simple and I\'m just too dumb to see it. I need to recompile an old application with Indy 10 and t开发者_开发百科here\'s this line that used to be
I\'m using an TIdHTTPProxyS开发者_如何学Pythonerver to implement a simple HTTP proxy, but I\'d like now to block some connections if they match certain URLs. Which event and/or component is best to ac
I\'m doing just for fun an unread messages checker application in Delphi. I\'m using Indy 10. I can connect with Gmail and can retrieve all the messages but I\'m facing a problem here: I cannot tell i
The case I\'m trying to update the INDY to the latest version for my Delphi XE (Update 1), so I downloaded the latest INDY10 file (Indy_4545.zip) from indy.fulgan.com/ZIP.
I am getting interesting rejections from my clients mail server when sending a mail with indy-10\'s tidMessage component saying:
I\'m starting to play with FreePascal/Lazarus and there appears to be an Indy port available. Is this a recent port and is it stable enough to use in production use? (Standard HTTP post/get client typ