在 PowerBuilder 11 中打开 PowerBuilder 6.5 源文件
我有一些旧的 powerbuilder 程序需要看一下(查看源代码、布局等),它们来自 PowerBuilder 6.5。我所拥有的只是 PowerBuilder 11(演示/评估版本),它似乎无法打开 PBL 文件(在文件打开对话框中选择它们不会执行任何操作)。
我猜是因为版本太旧了。有人知道如何查看那些旧的源文件吗?
谢谢!
I have some legacy powerbuilder programs I need to take a look at (view the source, layouts, etc), they are from PowerBuilder 6.5. All I have available is PowerBuilder 11 (demo/eval version), and it seems to be unable to open the PBL files (selecting them in the file open dialog does nothing).
I guess that it is because the version is very old. ANyone have any idea how I can view those old source files?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要在较新的 IDE 中查看代码,您需要将代码(或代码的副本)迁移到较新的版本。请记住,没有简单的向后迁移,因此请小心代码。
非破坏性替代方案是 PBL Peeper(说明 和 当前版本预发布下载)。有了它,您可以查看 PBL 或导出中任何版本的代码,而无需特定版本的 PowerBuilder 许可证。您可以获得更强大的搜索和报告,但会失去实例化对象的视觉表示。然而,恕我直言,尽管它可能有偏见,但它可以让您看到脚本在哪里,以及不比 IDE 更容易和更快。另外,它还有许多其他开发工具,例如 SQL 格式化程序。而且,很难与免费争论。
祝你好运,
特里
To view the code in a newer IDE, you'll need to migrate the code (or a copy of the code) to the newer version. Remember there is no easy backward migration, so be careful with the code.
A non-destructive alternative is PBL Peeper (description and current version pre-release download). With it you get to view the code for any version, in PBLs or exports, without a need for a PowerBuilder license for the specific version. You get more powerful searching and reporting, but you lose the visual representation of the instantiated objects. However, IMHO, as biased as it may be, it lets you see where scripts are and aren't easier and quicker than the IDE. Plus it's got a bunch of other developer tools like a SQL formatter. And, it's hard to argue with free.
Good luck,
Terry