You are not logged in.
Pages: 1
I switched my development from a Win7 machine to a Win10 machine and
when using the SynCrtSock.pas unit and compile my program on the Windows 10 machine
then the WinHttp connection from the unit doesn't work anymore on a Windows 7
machine. (and visa versa)
Is it possible to compile the program on the Win10 machine using SynCrtSock.pas and that
WinHttp is also working on a Win7 machine?
Offline
I'm use a Win10 on a dev machine for a long time without a problems, so this is not a windows version issue. May be in your case problem in Win10 firewall (it disable all non-standard ports by default)?
Last edited by mpv (2017-10-20 15:33:08)
Offline
The thing is that it is working well on a Win10 machine as long I have
compile the program also on a Win10 machine. The same when I compile
the program on a Win7 machine it is working on Win7 and not on Win10.
I use Delphi-XE8 on the Win7 machine and Delphi-XE10.2 on the Win10 machine..
Offline
Pages: 1