Update to latest Indy TCP library version

后端 未结 1 340
温柔的废话
温柔的废话 2020-12-21 09:40

I\'m using DELPHI XE2 since E/2011. I checked now the implemented INDY Lib shipped with my compiler, and found gsIdVersion = \'10.5.8.0\';

If I want to upgrade to th

相关标签:
1条回答
  • 2020-12-21 10:14

    According to the subversion repo, the latest revision for Indy 10 is r4910. The ZIP file that you link to is named Indy10_4910.zip. So that is as up-to-date as you can be.

    The way to check something like this is to look at the source control repo yourself. The Indy website has a source control repo gateway page here: http://www.indyproject.org/sockets/Download/svn.EN.aspx

    Update: If what @mjn says is true then the ZIP file may be out of date. I would always use svn to pull off the latest version.

    0 讨论(0)
提交回复
热议问题