Tagged Questions

0
votes
2answers
12 views

Install the latest build of Indy 10 on Lazarus

Is there a step-by-step guide for install the Indy 10 components in Lazarus? I have checked out the last snv snapshot at https://svn.atozed.com:444/svn/Indy10 Username: Indy-Public-RO (No password) …
2
votes
2answers
88 views

INDY 10.1.5 - Which SSL dlls work?

I'm trying to connect to google documents (following Marco Cantu's excellent REST example) but I am getting the following SSL errors: 1) If I use the SSL dlls from openssl-0.9.8i-i386-win32.zip I get …
1
vote
2answers
119 views

How to send email via SSL and Indy in Delphi 7

I want to send email to Yahoo mail using Indy. But Yahoo uses 465 port with SSL connection. I don't know how to implement that in my program. I have read about TIdSSLIOHandlerSocketOpenSSL component …
0
votes
1answer
49 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 disconnect, and after …
2
votes
7answers
278 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. …
1
vote
4answers
122 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 missing something. …
0
votes
2answers
185 views

Store a screen capture (Bitblt) in a memory buffer to send over IdTCPClient

In c++ builder 6 on windows vista ... Graphics:: TBitmap * bmpscreencapture = new Graphics::TBitmap; bmpscreencapture-> Height = Screen-> Height; bmpscreencapture-> Width = Screen-> …
2
votes
5answers
199 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 …
1
vote
1answer
254 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 "Must issue a STARTTLS …
2
votes
7answers
965 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 …
0
votes
1answer
153 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 behind a proxy. …
0
votes
2answers
81 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; Socket := …
0
votes
1answer
94 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 it in the send …
1
vote
2answers
184 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(TThread) private …
0
votes
1answer
51 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 that it can't find the …

1 2 3 4 next
15 30 50 per page