Since the demo given in http://www.indyproject.org开发者_运维技巧/Sockets/Demos/index.EN.aspx only saves the received stream to a file, I don\'t know how to effectevely send that stream as a mail.
We\'re having a bizarre problem with Indy10 where two large strings (a few hundred characters each) that we send out one after the other using TCP are appearing at the other end intertwined oddly.This
I created some software which is using some kind of selfmade license files under Delphi 5 Enterprise. The license expires after a certain time to prevent further use. As it is easy to adjust any desir
We have an application which listens for incoming TCP requests using the Indy 10.1.1 components that ship with Delphi 2007.
Ok, I have Idhttp created dynamically like the following procedure TForm1.Button1Click(Sender: TObject);
i All, I am trying to get TIdTCPClient to run in my non-visual component.I add the following to my .h file:
There is a software product called AnyChart which is great for embedding Flashed based charts in web pages.AnyCharts can also export to PNG file format.Here is an example:
I have the following task: download a file using HTTPS and authentication. Indy seems the way to go but for some reason it doesn\'t work so far. I have the following in place:
I need to implement a small, standalone web server that will be used to process REST API calls, using Delphi 2010.There seem to be two easy choices available with Delphi 2010 out of the box: Indy\'s T
Can someone please point me to instructions for installing the latest Indy10 in Delphi 20开发者_如何学Go07 for .NET?I\'m not exactly sure how that works for the .NET side.