5
I installed Delphi 7 on my Windows 7, but we know that by default Delphi 7 comes with Indy 9. It’s OK for me because I only use the idhttp.post
and the get
via http.
The doubts would be:
That component idhttp
coming in Delphi 7 is native and runs on Windows without needing dll?
The app made in Delphi 7 with this idhttp
, Indy 9 standard Delphi 7, even if the current is Indy 10 and Delphi 10, it runs smoothly in windows 8?
If you can help me by answering I test.
yes thanks info, more like my question was whether the app delphi7 Indy 9 runs on Win8 quiet without dll...
– Junior Vieira
Well, I didn’t use this idhttp, so I don’t know if it needs dll, but using IDSMTP, both indy9 and 10, regardless of windows version and need to add these two dlls libeay32.dll and ssleay32.dll @Juniorvieira Can’t upgrade from 9 to 10 anyway? When I used 9 I had several problems with sending email in general.
– Andrew Alex
Searching through the Mbarcadero forum, I found this post https://forums.embarcadero.com/thread.jspa?messageID=659456 Where they say that besides the dll, it would still be necessary to hit the Timeout, so that it could run on Win8.
– Andrew Alex