[progress Communities] [progress Openedge Abl] Forum Post: Compile With Xref-xml Leads To...

Status
Not open for further replies.
P

Patrick Tingen

Guest
I think I am on a bug here in 10.2B0852. I have this little cute program: DEFINE VARIABLE c AS LONGCHAR . RUN myProc(OUTPUT c). PROCEDURE myProc: DEFINE OUTPUT PARAMETER p AS LONGCHAR. END PROCEDURE. It runs fine if I compile it with: COMPILE test.p SAVE. But not if I compile it with COMPILE test.p SAVE XREF-XML c:\temp\test.xml If I run it, I get this error: Invalid version, 1005 (expected 1006) in object file test.p. (2888) If I change the parameter to another datatype, it runs fine. Same test in v11.6 also runs fine. This is a bug, I presume?

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