B
Brian K. Maher
Guest
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
Continue reading...
Continue reading...