[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: compile and classes

  • Thread starter Thread starter Fernando Souza
  • Start date Start date
Status
Not open for further replies.
F

Fernando Souza

Guest
I am not sure I got what you are trying to do completely, but if you are trying to get the class that has a namespace on the directory you specified with SAVE INTO without the namespace, that will not happen. When there is a namespace, we require it to be compiled with the namespace, and we will need to store the rcode in the directory based on the namespace, since that is how we will need to find it at runtime. You do want the directory structure for a class with a namespace, otherwise we wouldn't be able to find it at runtime. So not sure what the issue you are having is.

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