[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Compiling class

  • Thread starter Thread starter frank.meulblok
  • Start date Start date
Status
Not open for further replies.
F

frank.meulblok

Guest
I'd check: - If you have multiple .r files with the same name in your propath directory structure. (Can cause wrong .r to be picked up if it's earlier in the propath) - If you have a .p/.w procedure file and a .cls file with the same name in the same directory. (Procedure and class will share the .r filename when compiled, so it's guaranteed that one of them will fail)

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