[progress Communities] [progress Openedge Abl] Forum Post: Re: Publish Application

  • Thread starter Thread starter scott_auge
  • Start date Start date
Status
Not open for further replies.
S

scott_auge

Guest
Write a small program, perhaps: display "Hello world!". Save it as a file in the PROPATH directory(s). Then enter compile yourfilename.p There should be a yourfilename.r created next to your .p code. To distribute to a customer, they will need to have Progress installed on their machine (it's a bit like Java, er, Java is a bit like Progress since Progress definitely predated Java!) Copy the .r to that machine. Then run $DLC/bin/pro -p yourfilename.r where $DLC is where ever Progress is installed. This is very basic but hopefully you get it - the particulars are in what operating system is being used to run the program and such.

Continue reading...
 
Status
Not open for further replies.
Back
Top