Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
TIdHTTP and XML integration (API)
#7
(10-10-2018, 11:50 PM)rhcarpenter Wrote: I hope you can help me now on an issue I have with another of my programs using INDY.

You should have started a new discussion thread for that.

(10-10-2018, 11:50 PM)rhcarpenter Wrote: Since installing the Indy v 10.6.2.0 I am receiving the following when attempting to open a new form on which I have dropped a TIdFTP component.

ERROR: Error reading FTPClient.ConnectTimeout:  Property ConnectTimeout does not exist

yet when I look in the object inspector, ConnectTimeout is a valid property set to zero.

You most likely have multiple Indy versions installed on your dev machine.  ConnectTimeout is definitely in TIdFTP in Indy 10, but it does not exist in Indy 9 and earlier.  You are clearly using Indy 10 within the IDE, which is why the Object Inspector sees the property, but the compiler is likely finding the other version during compiling/linking, causing the DFM streaming error at runtime.

Reply


Messages In This Thread
RE: TIdHTTP and XML integration (API) - by rlebeau - 10-11-2018, 12:28 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)