11-14-2019, 07:49 PM
Are you using these on the same machine? I dont think this is a difference between compiler versions.
Unless something has changed (and I have not looked at this in a long time since networking is now pervasive) if there are NO network adapters available, 127.0.0.1 will not be usable. You need at *least* one active networking adapter.
It is possible this has changed, it has been a very long time since I've needed to work on a machine with no network adapter at all. In such cases the solution used to be to install the Microsoft Network Loopback adapter which is part of Windows but must be manually added. This is a "dummy" network card that provides for local access using 127.0.0.1 when no physical networks exist.
https://www.youtube.com/watch?v=0HEhLsnHsdA
Unless something has changed (and I have not looked at this in a long time since networking is now pervasive) if there are NO network adapters available, 127.0.0.1 will not be usable. You need at *least* one active networking adapter.
It is possible this has changed, it has been a very long time since I've needed to work on a machine with no network adapter at all. In such cases the solution used to be to install the Microsoft Network Loopback adapter which is part of Windows but must be manually added. This is a "dummy" network card that provides for local access using 127.0.0.1 when no physical networks exist.
https://www.youtube.com/watch?v=0HEhLsnHsdA

