How to create a project build?

kamlesh.ldce

New Member
Hi,
I am new at Progress.I don't understand how to create a Project build for window application in progress?Please give me steps if someone have.
 
OpenEgde ABL is a pseudo compiled language. The compile generates r-code files (.r) . It does not generate a .EXE file that you run. You need to have the progress client installed to run the compiled .r files. The .r are then interpreted by the progress client .
 
Back
Top