I'm trying to update Indy on my fresh Windows 10 / Delphi 2007 installation.
(我正在尝试在全新的Windows 10 / Delphi 2007安装上更新Indy。)
I've download the sources from the official github mirror. (我已经从官方github镜像下载了源代码。)
But when i try to compile IndySystem110.bpl, i get lot of errors :
(但是,当我尝试编译IndySystem110.bpl时,出现很多错误:)
[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
(谢谢)
ask by delphirules translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…