C++Builder2009 中的 TurboPower 缩写

发布于 2024-09-01 08:13:12 字数 344 浏览 5 评论 0原文

我想从 http://sourceforge.net/projects/tpabbrevia/ 安装 TurboPower Abbrevia 3.05,但它不工作。 :(

docu 说:

_4. 打开并编译特定于 IDE 的运行时包 使用(例如B305vr2007.dpk for Delphi2007)

启动C++Builder2009 -> “打开项目..”,选择“B305vr2009.dpk”并单击“打开”,但没有任何反应。我的错误是什么?

I want install TurboPower Abbrevia 3.05 from http://sourceforge.net/projects/tpabbrevia/ but its not working. :(

docu says:

_4. Open & compile the runtime package specific to the IDE being
used (e.g. B305vr2007.dpk for Delphi2007)

Start C++Builder2009 -> "Open Project..", select "B305vr2009.dpk" and click "open", but nothing happen. What is my mistake?

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

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

发布评论

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

评论(3

日暮斜阳 2024-09-08 08:13:12

很高兴看到有人终于再次开始开发 Abbrvia,但是查看 Abbrvia 网站,我发现它仍然不支持现代版本的 C++Builder。几年前,我需要在应用程序中创建 Zips,然后我发现 Abbrvia 不再适合我了。因此,我从 Info-ZIP 编译并链接到 Zip 库,效果非常好。我记得我在将其适应 C++Builder 时没有遇到太多麻烦,并且今天仍然运行良好。

Info-ZIP 的库仅适用于 Zip 文件(没有 7zip 等),但这就是我们所需要的。

It's nice to see that someone is finally working on Abbrevia again, but looking at the Abbrevia web site I see that it still doesn't support modern versions of C++Builder. A few years ago I need to create Zips in an application and I found out that Abbrevia wouldn't work for me anymore. So, I compiled and linked in the Zip library from Info-ZIP, which worked very well. I didn't have much trouble adapting it to C++Builder as I recall, and it's still working fine today.

Info-ZIP's library only works with Zip files (no 7zip, etc.) but that's all we need here.

痴骨ら 2024-09-08 08:13:12

如果您没有 RAD Studio,而只有 C++Builder,则必须通过命令行构建它:

dcc32 -JL B305vr2009.dpk

然后您可以导入从 Component->Import Component 菜单生成的 .bpl 文件。

If you don't have RAD Studio, and only have C++Builder, you'll have to build it via the command line:

dcc32 -JL B305vr2009.dpk

You can then import the .bpl file generated from the Component->Import Component menu.

甚是思念 2024-09-08 08:13:12

Abbrvia 3.05 没有 C++Builder 包。当前版本 (5.0) 支持 C++Builder 2009-XE2 并为其提供本机 .cbproj 包。

Abbrevia 3.05 didn't have C++Builder packages. The current release (5.0) supports C++Builder 2009-XE2 and has native .cbproj packages for it.

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