Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
progress4GL 中是否存在任何“预定义库”?就像 C 中的 Math.h。
oehive.org 上有许多有用的库。
$DLC/src 中也有一些有趣的东西。“.pl”文件是“进度库”,它们包含文件集合,只要 .pl 在 PROPATH 中,您就可以运行这些文件。
可以找到“薄弱”的地方的综合文档。
您可以在外部库中链接,但在此之外 - 不。对所有语言元素的支持已经内置到运行 ABL 代码的虚拟机中。