Questions tagged as 'indy-9'

3
answers

Delphi 7 applications on windows 8

I installed Delphi 7 on my Windows 7, however we know that by default Delphi 7 comes with Indy 9. For me, that's fine, because I use only idhttp.post and get via http. > The doubts would be: Is this idhttp component com...
asked by 06.03.2015 / 11:53
0
answers

Using Telnet with IDTelnet (Delphi)

I'm trying to use telnet through the idTelnet component. FTelnet := TIdTelnet.Create(Nil); FTelnet.Host := '127.0.0.1'; FTelnet.Port := 1024; FTelnet.Connect; // Login FTelnet.SendString('TEST'); FTelnet.SendCh(cEnter); Sleep...
asked by 13.07.2018 / 21:50
1
answer

Delphi 7 with Indy 9 runs on Windows 8?

Many good people like me who just use the idhttp.get with http in the Delphi 7 standard indy9, which is simple and does not require dll ... does it run on win8? Because I've already researched and only see people saying upgrade to 10 but I...
asked by 18.04.2015 / 10:16