Encoding issues with Delphi 2007 and Indy 10.5.5Hi,
I'm using the last snapshot of Indy 10 (Rev 3539) with Delphi 2007
under a French version of Windows Vista.
I just discovered that some characters wasn't transferred correctly,
probably since the Unicode update (AFAIK that worked fine with Indy
10.2.3). They are replaced by '?' on the other end of the connection.
For instance, this code :
procedure TForm2.Button1Click(Sender: TObject);
begin
IdTCPClient1.Connect;
IdTCPClient1.IOHandler.WriteLn('£');
end;
procedure TForm2.IdTCPServer1Execute(AContext: TIdContext);
var
S: string;...
Delphi 2009Hello,
I am using Delphi 2009 with a recent Indy 10.5.5 development snapshot. In my code I am using a TIDHttp with TIDSSLIOHandlerSocketOpenSSL. The Open SLL .dlls I am using is from the the indy website and are openssl-0.9.8k-i386-win32. The issue is, randomly, I am getting a socket error # 0 error. I never got this error with Delphi 2007 and Indy 10.2.3. Any help would be GREATLY appreciated! Thank you.
The code looks something like this:
var
sHttpResult, sVar, sParam: string;
ssHttpResult : TStringStream;
slPostData : TStringList;
begin
IdSSL.CheckForDi...
how to compile and install indy 10.2.3 in delphi 2009hi all.
in my delphi 2007 application, indy 10.2.3 works very fine for me.
however, when i update delphi to 2009, i found indy 10.2.5, which is the default
indy version of delphi 2009, at least the following bugs:
1,TIdMultiPartFormDataStream does not support unicode any more,
2,TidHttp has bugs,
3,TidMessage has changed
..
..
all of these have changed my application. so i wonder whether i can compile
and install indy 10.2.3 in delphi 2009 to revive my application? or can i compile
other compatible version which has little change with 10.2.3 in delphi 2009?
(i have tried to compi...
Indy 10.5.8/Delphi 5 (SMTP) getting "... temporary failure"Everything has been working fine for over a year, but now a customer is getting the above error. Actually, the program simply bombs on their system. That error only shows up when running inside Delphi. It never makes it outside of Indy code before bombing the program.
Two things: this only happens after several e-mails are sent in a short period of time. Also, this was not a problem before, when the program ran MUCH slower, due to BDE/SQL speed issues. We are now using the Advantage database server, which makes everything run much faster.
We know there is a problem if we go over 250 e-ma...
HOW TO INSTALL Indy 10.5.7 in Delphi 2007 IDe from * Tiburon.zip * distribuDate 25/05/2010
By Davide Spano
e-mail davide.spano@armfield.co.uk
**********************************************************************************
HOW TO INSTALL Indy 10.5.7 in Delphi 2007 IDe from * Tiburon.zip * distribution
**********************************************************************************
- 0 What version of Indy I have in my IDE?
To find out..
Create a new VCL project with a form and drag whatever of the components that are in the IDE
Indy tool palette section (TIdTCPClient or other) then right click and select
About Internet Dir...
migrating from Delphi 6 With Indy 10 to XE7 with Indy 10I updated the original Indy in D6 to version 10 several years ago. Now I want to migrate my application from D6 to XE7 and would like some feedback on the best route to take. I usually send data using readln and writeln statements. The data is typically XML format. Since migrating to XE7 will include potential unicode data what is the best approach to take when reading and writing data? Will writeln and readln work in these cases or should I be using a different strategy to send unicode data between
the tidtcpclient and tidtcpserver applications?
al wrote:
> I usually send data ...
Indy 10 Installation Delphi 5Hi,
As a result of this POODLE thing, I have to upgrade our Delphi 5 program to use TLS instead of SSL3, so I was trying to upgrade from Indy 9 to Indy 10 (does some version of Indy 9 support TLSv1.2?). So after running the batch file that comes with the installation (Full_5.bat) and installing the component in Delphi 5. I go and drop a idIOhandlerSSL or whatever onto an empty form and get an error:
"Stack overflow - save your work and restart Delphi"
Anyone know how to get the installation to work?
Thanks!
Orren wrote:
> As a result of this POODLE thing, I have t...
Indy E-Mail Problem (Indy 10, Delphi 2007)Hello,
we use Indy 10 with Delphi 2007 to get E-Mail using IMAP.
We recieved an E-Mail which is not handled correctly.
The E-Mail looks like this
{code}
Return-Path: <test@mail.com>;
From: "Test Tester" <test@mail.com>;
To: <test@mail.com>;
Subject: Order
Date: Wed, 7 Mar 2012 16:50:40 +0100
Message-ID: <15D526BEB8091D43859549D9E16E370FBA3123>
MIME-Version: 1.0
Content-Type: text/html; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable
X-Mailer: Microsoft Outlook 14.0
Thread-Index: AQFk6K6fcF3...
Delphi 5 To Delphi 2009I upgraded to Delphi 2009 from D5. The install says I can install Delphi and/or C++. Delphi installed OK but I see nothing of C++. What am I missing or does my upgrade not include C++? Thanks
It depends on what you bought. If you bought Delphi 2009 only, that's
what you get. If you bought Delphi 2009 and C++ Builder 2009 you get
both. My guess is you got Delphi 2009 only. The simplest way to verify
is look your invoice - it should say I would think. You could also go to
members.embarcadero.com, login, then click on my registered products.
There will be a textual description of...
C++ Builder/Delphi 2009 and IndyTiburon 10.5.5 errorHello,
i installing the latest IndyTiburon package r3641.
1.
There are a problem with the genarated header file /core/IdWinsock2.hpp when i will use the components:
[BCC Error] IdWinsock2.hpp(88):E2040
[BCC Error] IdWinsock2.hpp(89):E2040
[BCC Error] IdWinsock2.hpp(90):E2040
[BCC Error] IdWinsock2.hpp(91):E2040
static const Word IPPORT_REGISTERED_MIN = 0x400;
static const Word IPPORT_REGISTERED_MAX = 0xbfff;
static const Word IPPORT_DYNAMIC_MIN = 0xc000;
static const Word IPPORT_DYNAMIC_MAX = 0xffff;
I comment them out ! and it work fine !
But can i get any other Problem...
SEPA components for Delphi with Source Code (Delphi 5Hi all,
in the european union change next year the Bankingformat to the SEPA Format.
All peoples and companies must change the bankingssoftware and the costumer data form acountnummers in the new IBAN and BIC numbers.
See:
http://www.arma-it.de/shop/artikelueber.php?wgruppeid=211&wgruppe_offen=211
Functions:
- generate SEPA XML'S
- Calc IBAN
- BIC Database (DE,AT and CH)
Questions:
vertrieb@arma-it.de
PS:
Bankinssoftware for Develpoers (Germany only)
http://www.arma-it.de/shop/artikelueber.php?wgruppeid=212&wgruppe_offen=212
El 26/10/13 21:38, A...
game with delphi 2009 multi player (Indy 10) [Edit]I am developing a game for a lan-house with delphi 2009 and am using the Indy10. I have 10 rooms and each room has 5 player who can play in all rooms at the same time. I control this. What is the best way? I'm using TIdTCPServer and TIdTCPClient.
Does anyone have any suggestions?
TIdScheduler? or a simple example to understand me?
Thank you staff
Thank Loest Silva
Edited by: Loester Silva on May 17, 2009 1:10 AM
> {quote:title=Loester Silva wrote:}{quote}
> I am developing a game for a lan-house with delphi 2009 and am using the Indy10. I have 10 rooms and each...
Indy 10 Delphi 5 support broken (SMTP and SSL)?This message is in MIME format. Since your mail reader does not
understand this format, some or all of this message may not be legible.
--JivePart=_5f0e5.zeB8CwDOH5aMJzMl
Content-Type: text/plain; charset="Utf-8"
Simple test program for SMTP and gmail test, see
embarcadero.public.delphi.thirdpartytools.general group.
ain
--JivePart=_5f0e5.zeB8CwDOH5aMJzMl
Content-Type: application/octet-stream;
name="smtpTest.zip"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename="smtpTest.zip"
UEsDBBQAAAAIAMN8Jz+JAV9RhgAAALwAA...
Indy 10 Delphi 5 support broken (SMTP and SSL)?Hi,
I need to update an Delphi 5 program to send e-mails via gmail's SMTP
interface. So installed few days old Indy 10 snapshot (from
http://indy.fulgan.com/ZIP/ filename was Indy10_4675.zip). I also
downloaded OpenSSL DLLs from there
(http://indy.fulgan.com/SSL/openssl-1.0.0d-i386-win32-rev2.zip).
But the program dissapears when trying to send mail. There is no error
message, it is just gone, probably stack overflow... So I created
simple test program and the same thing happens with it. However, when
compiling the test program with Delphi 2010 it works OK! So it looks
like t...