Kbase P59004: Compiled r- code contains complete path
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  9/22/2008 |
|
Status: Unverified
GOAL:
When does the compiler store the complete path into the r-code?
FACT(s) (Environment):
Progress 8.x
Progress 9.x
FIX:
The two examples below show which entries go into the r-code depending on the compiler options:
1.
COMPILE E:\wrk\progress\V91D\test.w SAVE.
test.r contains:
MAIN E:\wrk\progress\V91D\test.w,
2.
COMPILE test.w SAVE.
test.r contains:
MAIN .\test.w,
With the GUI builder the full path always appears in the r-code if using the compile on save option.