CompuServe Messages

#RexxPlus Help Needed

    01-Nov-94 23:44:56
Fm: Steven D. Kapplin 70055,1021
To: Robert Wilcox 70107,717
Bob, So in effect an rp library is simply a library of function "names". When the function call is made in a RexxPlus program the compiler "calls" the rp library. The rp library simply returns a TRUE or FALSE to indicate the function exists or doesn't. If the "call" returns TRUE, then the compiler opens the real library for the real function call. Seems almost as though one could do that with an ARexx function library compiled by RexxPlus. Is there any way to avoid the need for the rp "fake" library? I ask because from what you have described, it would take a bit of work to do this. I'm really not set up to create a library from scratch. I'd have to dig out a C compiler and an assembler for all this. There must be a simpler solution????