是否有适用于 Delphi-XE 的 LockBox 版本

发布于 2024-09-30 07:34:40 字数 40 浏览 10 评论 0原文

在哪里可以找到适用于 Delphi-XE 的 LockBox 版本

where can I find a version of LockBox for Delphi-XE

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

别忘他 2024-10-07 07:34:40

Songbeamer.com 上提供了 Delphi 2010 版本。根据我将 Abbrvia 移植到 Delphi XE 的经验,它应该按原样工作。您可能想要重命名项目文件,但仅此而已。

There's a Delphi 2010 version available on Songbeamer.com. Based on my experience porting Abbrevia to Delphi XE, it should work as-is. You may want to rename the project files, but that should be about it.

泪痕残 2024-10-07 07:34:40

你可以让它发挥作用。这并不难。

  1. 从 SVN 下载。我将把基本目录称为 tplockbox。
  2. 转到 tplockbox/trunc/packages 目录。将 d2010 目录内容复制到名为 XE 的新目录。
  3. TP_LockBox_d2010.grouproj重命名为TP_LockBox_XE.groupproj
  4. 打开它,右键单击TP_LockBox3_d2010.bpl,转到选项,更改描述中的“LIB后缀”部分到 _XE
  5. dclTP_LockBox3_d2010.bpl 项目执行相同操作
  6. 调整所有项目的输出路径和目录。我不记得我是否只是继续并在全球范围内改变了这一点。
  7. 构建并安装 TP_LockBox3_XE.bpldclTP_LockBox3_XE.bpl 软件包。

如果您希望测试用例正常工作,则必须修改 tplockbox/trunc/test/uLockBox_TestCases.pas 文件。较旧版本的 DUnit 比 Delphi XE 附带的版本有一些硬编码检查。您只需注释掉这些检查即可。

You can make it work. It is not that hard.

  1. Download from SVN. I'll refer to the base directory as tplockbox.
  2. Go to the tplockbox/trunc/packages directory. Copy the d2010 directory contents to a new directory named XE.
  3. Rename TP_LockBox_d2010.grouproj to TP_LockBox_XE.groupproj
  4. Open it, right click TP_LockBox3_d2010.bpl, go to Options, change "LIB suffix" from the Description section to _XE.
  5. Do the same for the dclTP_LockBox3_d2010.bpl project
  6. Adjust output paths and directories for all projects. I don't remember if I just went ahead and changed this globally.
  7. Build and install TP_LockBox3_XE.bpl and dclTP_LockBox3_XE.bpl packages.

If you want the test cases to work, you'll have to modify the tplockbox/trunc/test/uLockBox_TestCases.pas file. There are some hard coded checks for an older version of DUnit than the one that comes with Delphi XE. You can just comment out these checks.

鸩远一方 2024-10-07 07:34:40

我相信 Songbeamer 版本不是“官方”sourceforge 版本。

Sean 在这里管理 LockBox 2 和 3 代码:链接

另请参阅帖子在他的论坛上。

I believe that the Songbeamer version is not the "official" sourceforge version.

Sean is managing both LockBox 2 and 3 code here: link

Also see this post on his forums.

虫児飞 2024-10-07 07:34:40

您应该尝试 soureforge.net 版本,TurboPower 工具由 Nick Hodges 和许多其他人更新(IIRC 它甚至基于 Songbeamer.com 版本):

You should try the soureforge.net version, the TurboPower tools were updated by Nick Hodges and many others (IIRC it's even based on the songbeamer.com version):

http://sourceforge.net/projects/tplockbox/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文