Tagged Questions

4
votes
3answers
1k views

Indy Write Buffering / Efficient TCP communication

I know, I'm asking a lot of questions...but as a new delphi developer I keep falling over all these questions :) This one deals with TCP communication using indy 10. To make communication efficient, …
4
votes
6answers
2k views

Why is Indy 9 included with Delphi 2009? Is it safe to use?

Why is there an Indy9 folder (The default install folder of C:\Program Files\CodeGear\RAD Studio\6.0\source\Indy contains subdirectories for "Indy9" and "Indy10") Why are both versions installed? …
4
votes
3answers
744 views

What is the proper way to update Delphi 2009’s default installation of Indy 10?

Since Indy is now built-into the install process of Delphi 2009... is there a proper way to 'remove' it so it can be upgraded to the latest from the SVN repo? There isn't an automated option to …
4
votes
5answers
587 views

why does my D2009 exe produce emails with attachments named ATTnnnnn.DAT

why does my D2009 exe produce emails with attachments named ATTnnnnn.DAT when the same source code compiled in D2007 produces emails with attachments correctly named with the original file name. I am …
3
votes
3answers
612 views

Post Data to ASP .NET page using Delphi and TIdHttp

I have an Asp .net page like this simple one http://issamsoft.com/app2/page1.aspx and I want to post to it some data and extract data from the response, by using TIdHttp. I tried to do that in …
3
votes
3answers
309 views

How to get images from URL in Delphi

Hello, I am looking for any code samples that show how to pull images from URL into Delphi TImage component. Thanks,
3
votes
3answers
327 views

Measuring network traffic with Indy

Hello alltogether, I'm using a TIdTCPCmdServer to handle all communication with client applications. I would like my server to log all kind of stuff including network traffic. Is there any easy or …
3
votes
2answers
1k views

Indy 10 IdTCPClient Reading Data using a separate thread?

Hi All, Question: What I'm looking for is the most typical or best practice way to use a separate thread to receive data using an IdTCPClient in Indy 10. Background: The below code is a sample of …
2
votes
7answers
266 views

Use SSL with Delphi yet still having a single exe

Hi, We use Indy and we need SSL eMail support in our app., however we need to have our application in a single .Exe. We know that the default Indy handler requires to have the dlls in the path. …
2
votes
5answers
189 views

Does Indy support raw TCP sockets on Windows?

I'm a C++ programmer, but my question is about the Delphi network socket library Indy. Essentially as Microsoft crippled raw sockets with WinXP SP2 so that TCP data cannot be sent over them, does …
2
votes
3answers
200 views

Indy FTP TransferType

I'm using the IdFTP (Indy 10) component to download some files (zip and txt) from a remote location. Before getting each file I set the TransferType to binary. IdFTP.TransferType := ftBinary; …
2
votes
1answer
207 views

How to have an SSL Certificate installed in an Indy Server and seen as trusted?

Using Delphi 2007, Indy 9 to build a standalone Server working in Secure mode. I used SSLBuddy to generate the certificate request, got a root certificate and a standard certificate from GoDaddy, a …
2
votes
7answers
915 views

How to build stand-alone SOAP web services using Delphi?

How can I build a stand-alone SOAP-based Web Services using Delphi? Must work with Delphi 2009, but it'd be nice if it worked with older ones too. The built-in WebBroker Web Services creates CGI or …
2
votes
2answers
612 views

Delphi/Indy IdHttpServer not multithreaded?

I'm using Delphi 2006 and Indy 10. I create a form and drop down an IdHttpServer component. I make an OnCreate event for the form to set the server active, and I enter these lines for the server's …
2
votes
2answers
431 views

Indy HTTP: reading response content on a 403

I am having a problem using Indy HTTP (in Delphi) with the Google Contacts API. Please refer to the section "ClientLogin Response" on the following page: …

1 2 3 4 next
15 30 50 per page