Questions tagged [indy-8]

Indy 8 is a reference to a specific version of Indy.

Indy 8 is a reference to a specific version of .

4 questions
4
votes
1 answer

How do I modify Indy 8 IdMessage.pas with Delphi 6?

I have a copy of Delphi 6 and a simple email program that uses the Indy TIdMessage component. I want to remove lines 464-465 of IdMessage.pas then recompile the application. I'm having a hard time finding clear documentation, so I tried these…
1
vote
0 answers

Indy 8 "Connection Closed Gracefully" error

IdConnectionInterceptOpenSSL->SSLOptions->Method = sslvSSLv23; IdConnectionInterceptOpenSSL->SSLOptions->Mode = sslmClient; IdConnectionInterceptOpenSSL->SSLOptions->VerifyDepth = 0; //.... TCHAR* SIR = SIRX[ix].c_str(); AnsiString…
Daniel
  • 29
  • 2
0
votes
1 answer

PUT command with Indy 8.0.26 in Delphi 6

I can send a POST request with TIdHTTP in Indy 8, but I don't know how to send a PUT request. var Params:TStrings; Resp: TMemoryStream;//TMemoryStream; URI, sResp: AnsiString; begin try Params := TStringList.Create; …
Fred
  • 1
  • 3
0
votes
1 answer

Indy 8 to Indy 10 - What replaces TIdLogDebug component?

I have a project that was written in Delphi 6 and used Indy 8. I need to upgrade this project to Delphi 2005 and use Indy 10. In Delphi 2005, when I open the Form containing the old Indy components, the following two errors occur: Property…
user1202134
  • 233
  • 2
  • 10