C++Builder2009 中的 TurboPower 缩写
我想从 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
很高兴看到有人终于再次开始开发 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.
如果您没有 RAD Studio,而只有 C++Builder,则必须通过命令行构建它:
然后您可以导入从 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:
You can then import the .bpl file generated from the Component->Import Component menu.
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.