procedure TFNucleo_Client.TCPClientCreditoAddCommand(ASender: TIdCommand);
var
tempo : string;
begin
try
tempo := ASender.Thread.Connection.ReadLn; // is not working, it gave...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_22095668.html
I've just updated to Indy 10 from the Indy components that come with Delphi 7. Now I get the following error when compiling my code.
Unit IdThreadMgr was compiled with a different version of IdB...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21366210.html
Dear Experts,
Can someone please show me how to send each of the following emails using TidSMTP and TidMessage components of the Indy Direct v10:
1. Plain Text Email
2. Plain Text + Attachme...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_22073591.html
I need to handle email written in multipart/alternative format inside Delphi 7. Im using INDY10. Anyone knows how i can get a multipart/alternative mailformat to html/text ? I dont need any picture...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_22538094.html
Indy 10 by way of delphi7 sometimes cut the recipients adress. I sen mail to an adress like
xxxx@passagen.se
Adress is set "msg.Recipients.EMailAddresses:=MailTo;" // mailto is a string
Send i...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_22572419.html
// ... some code here to initialize your SMTP server.
// It could be done somewhere as well
lMessage := TIdMessage.Create(Self);
lMessage.From.Address := 'myemail@mydomain.com';
lMessage...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21952810.html
I am porting an application from BCB 5 with Indy 9 to Borland C++ Builder 2007 using Indy 10
The Indy 9 SendBuffer function for a UDP server has two parameters for the data to send; being a char *...
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/CPP_Builder/Q_23629855.h...
Hello, i got this enviroment:
Delphi 6 enterprise ed + update pack 1 + update pack 2 + rtl update 3.
Indy 10
I get this error "idglobal is compiled with another version of system.rtl"
Indy ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21503738.html
I do not know if this is a configuration setting on the Machine or a problem with my installation of Delphi...
If I start a new VCL project in Delphi 2005, and just drop an Indy TTCPServer compo...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21891830.html
I have downloaded Indy 10, which is needed for an RSS feed control which I want to use, and installed it with the Atoze installer.
I now get an error message on startup (actually from Madshi's mon...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_22143388.html