procedure editor and application compiler

anandknr

Member
Hi all...

I need to compile a .p file from a windows machine having a progress installation.
I removed the -p parameter so that when double clicked the icon the procedure editor comes up.
But this is the error that comes up...[R-code file not located for "myfilename.p" (473) ]

When i searched for the error id i found the procedure editor and application compiler is not installed which is producing this error.

How can i check if a progress instalation contains procedure editor and application compiler ?
 
I've no idea about the error, but to get a procedure editor, AFAIK the best option is to leave the -p parameter and change the procedure it calls to _edit.r
 
try running the following commands from command prompt -- what do you get... ?

1. C:\Progress\OpenEdge\bin\_progres.exe
2. C:\Progress\OpenEdge\bin\prowin32.exe
 
In order to be able to start the procedure editor and to compile you must have a development license installed. The most basic one is the 4GL Development one. Other than that you could also use the OpenEdge Studio or the OpenEdge Architect ( which is a plug-in to Eclipse ).

In your OpenEdge program group in the Windoze start menu you have a conig icon which will launch a window displaying the installed licenses.


Heavy Regards, RealHeavyDude.
 
Back
Top