简体   繁体   中英

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

I'm new to progress open edge. Is it possible to get a '.r' file using GUI Procedure editor or app builder, if so how to get it?

If you have the GUI procedure editor, use the "Application Compiler" from the "Tools" menu.

Or enter the following code in the procedure editor and execute (F2):

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

You need some sort of compiler license to generate r-code.

The "showcfg" utility will list the licenses that you have available.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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