首页 > 解决方案 > How can i fix this error on updating Indy 10 on Delphi 2007

问题描述

I'm trying to update Indy on my fresh Windows 10 / Delphi 2007 installation. I've download the sources from the official github mirror.

But when i try to compile IndySystem110.bpl, i get lot of errors :

[DCC Error] IdGlobal.pas(2926): E2003 Undeclared identifier: 'TCPInfoEx'
[DCC Error] IdGlobal.pas(2943): E2003 Undeclared identifier: 'GetCPInfoEx'
[DCC Error] IdGlobal.pas(2957): E2066 Missing operator or semicolon
[DCC Error] IdGlobal.pas(2958): E2066 Missing operator or semicolon
[DCC Error] IdGlobal.pas(8471): E2280 Unterminated conditional directive

Maybe i download the wrong source ? What should i do ?

Thanks

标签: delphiindydelphi-2007indy10

解决方案


推荐阅读