Enter Keywords:
1 - 10 of 21(0.007 seconds)
Sort By:
 
procedure TFNucleo_Client.TCPClientCreditoAddCommand(ASender: TIdCommand); var    tempo : string; begin     try       tempo    :=  ASender.Thread.Connection.ReadLn;  // is not working, it gave...
Zones: Delphi ProgrammingDate Answered: 12/19/2006 Rating: 7.8 Views: 5
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...
Zones: Delphi ProgrammingDate Answered: 03/31/2005 Rating: 9.6 Views: 4
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...
Zones: Delphi ProgrammingDate Answered: 12/04/2006 Rating: 9.0 Views: 0
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...
Zones: Delphi ProgrammingDate Answered: 04/27/2007 Rating: 8.4 Views: 0
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...
Zones: Delphi Programming, La...Date Answered: 05/15/2007 Rating: 8.0 Views: 0
// ... 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...
Zones: Delphi ProgrammingDate Answered: 08/13/2006 Rating: 8.2 Views: 51
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 *...
Zones: C++ Builder, C++Date Answered: 08/10/2008 Rating: 9.2 Views: 0
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 ...
Zones: Delphi ProgrammingDate Answered: 07/27/2005 Rating: 7.0 Views: 0
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...
Zones: Delphi ProgrammingDate Answered: 07/12/2006 Rating: 8.4 Views: 0
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...
Zones: Delphi ProgrammingDate Answered: 03/13/2007 Rating: 9.4 Views: 16