How to deploy program developped with Progres Openedge Studi

Posted by mquintal on 12-Aug-2016 15:01

Hi,

We are currently developing in Linux and we try the Windows Version.  And we develop an application with Openedge Studio.  

Our program is all classe files. We are looking for a way to deploy our application to the users, like a kind of executable.

What is the best way to do it?

All Replies

Posted by Brian K. Maher on 15-Aug-2016 10:56

mquintal,
 
OpenEdge does not compile down to an executable.  The closest correlation to us is Java.  Java has .class files (compiled code) and we have .r files (compiled code).  The compiled code is executed using one of our runtimes (prowin32, prowin, _progres, _proapsv).
 
I would recommend that you read through the documentation, particularly the Deployment: Managing ABL Applications manual.
 
Brian

Posted by mquintal on 15-Aug-2016 11:20

>Thanks Brian,

We look at this document.

This thread is closed