You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Zaher Dirkey edited this page Jun 21, 2023
·
3 revisions
Delphi :Unable To Create Process
Delphi cannot run program win64 when internet sharing service is running or WinNat etc, it returned error “Unable to create process”
ICS, WinNat and some other app or services is block binding socket to port to some port from 63020 to 65535 or any range.
It effect on debugging win64 project in Delphi because Delphi debugger for win64 is using “dbkw64_28_0.exe” or similar, that use port above 63020 or later 64448.
To check the range of ports is reserved or used run one of this commands.