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...
Continue reading...