Tagged Questions

0
votes
1answer
41 views

Server AContexts List with Indy10

Hi, I'm using Indy10 under Delphi2009. I have a server/client application, with TidTCPServer and TidTCPClient. I found a problem in my "logical" code. This is : When the server d …
2
votes
7answers
262 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 d …
1
vote
4answers
93 views

TIdHTTP in Indy 10

I used to use Indy back in the Delphi 6 days, and I am playing with Indy 10 now. What I want to do is incredibly simple, but I don't see a simple way of doing it, so I must be mis …
2
votes
5answers
183 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 …
1
vote
1answer
229 views

How to send e-mail using gmail’s smtp and Indy 10?

I'm using Delphi 2009 and the lastest Indy 10 from svn to send e-mails using SMTP, but it doesn't work with gmail (Google Apps hosted domain). When I try to send an e-mail I get "M …
0
votes
1answer
145 views

UDP Connection through proxy in Delphi

Hello, I have an application that connects to a udp server, and I can't seem to get it going when I am behind a proxy. Here is the code I have, which is working fine when Not beh …
0
votes
1answer
87 views

Indy, Send Thread and Destroyed Contexts

I use Indy's TIdTCPServer (D2009, Indy 10) to communicate with client applications. In the OnExecute method I create a task and queue it. A worker thread executes the task and puts …
1
vote
2answers
166 views

Errors with Indy in threaded application !

Hi, I've got some memories leak related to TidHTTP when it's waiting for the response of a server after a GET and that the thread is being terminated. Example : aThread = class …
0
votes
2answers
64 views

TIdTCPServer not reading data from socket sometimes.

Hi I have the following code in the OnExecute of a TIdTCPServer (Delphi 2009 and Indy 10 that came with the installation) which is very similar to other examples on this site; …
0
votes
1answer
43 views

Missing ssl library when connecting to pop3 over ssl from an activex developed in delphi-7 whith indy client 9 ?

Hello, I'm developing an activexform with delphi 7 using the indy client (v.9) to connect to pop3 over ssl. Unfortunately when I load the activex in the web browser it tells me tha …
0
votes
2answers
115 views

loading image from URL - How to capture the exception if the image is not there

My problem relates to the other question I have asked about loading image from the URL. The code below works. However, I have encountered the problem if I try to get the image (it …
0
votes
3answers
172 views

app using TIdFTP not migrating from Delphi 5 to Delphi 2009…corrupt uploads

i wrote a Delphi 5 app that uses TIdFTP. it's been working great for years. it's only purpose is to upload an excel file. object ftp: TIdFTP OnStatus = ftpStatus IPVersion = …
1
vote
2answers
230 views

Delphi 6 and Indy SSL connection not working

Hi, I need to consume a Web Service via SSL. In order to accomplish that I have built a web client in Delphi 6 that uses Indy to read the client certificates and write the soap re …
1
vote
2answers
208 views

Howto determine if connection is still alive with Indy?

I use Indy for TCP communication (D2009, Indy 10). After evaluating a client request, I want to send the answer to the client. I therefore store the TIdContext, like this (pseudoc …
2
votes
3answers
195 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 …

1 2 3 4 next
15 30 50 per page