Is the issue with the `GetTcpTable` and `GetExtendedTcpTable` functions being unavailable caused by a bug in Delphi 12?
Why do I encounter issues when using GetExtendedTcpTable
or GetTcpTable
to retrieve TCP port usage in Delphi 12 Version 29.0.053571.9782, receiving an error: “Range Check Error”? The same code works without any problems in Delphi 10.3. I have to delete the .dproj
file automatically created by Delphi 12 and then copy over the .dproj
file created by Delphi 10.3 for the compilation to succeed without issues. Is this caused by a bug in Delphi 12?