简体   繁体   English

如何在没有 open edge developer studio 的情况下获取 '.r' 文件?

[英]How to get '.r' file without open edge developer studio?

I'm new to progress open edge.我是 progress open edge 的新手。 Is it possible to get a '.r' file using GUI Procedure editor or app builder, if so how to get it?是否可以使用 GUI 程序编辑器或应用程序生成器获取“.r”文件,如果可以,如何获取?

If you have the GUI procedure editor, use the "Application Compiler" from the "Tools" menu.如果您有 GUI 程序编辑器,请使用“工具”菜单中的“应用程序编译器”。

Or enter the following code in the procedure editor and execute (F2):或者在程序编辑器中输入以下代码并执行(F2):

COMPILE path/to/your.p SAVE.
COMPILE path/to/your.w SAVE.

You need some sort of compiler license to generate r-code.您需要某种编译器许可证才能生成 r 代码。

The "showcfg" utility will list the licenses that you have available. “showcfg”实用程序将列出您可用的许可证。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM