In the native APIs these methods are available for creating Rexx routine and package objects:
1. NewRoutine(name, code, sz), where 'name' and 'code' are of type CSTRING, 'sz' of type size_t * Question: can 'code' be any representation of a Rexx program, i.e. can one also supply the tokenized/compiled code? 2. LoadPackage(name), where name is of type CSTRING and denotes the filename * Question: can the file's content be any representation of a Rexx program, i.e. can one also supply the tokenized/compiled code? 1. LoadPackageFromData(name,data,sz), where 'name' and 'data' are of type CSTRING, 'sz' of type size_t * Question: can 'data' be any representation of a Rexx program, i.e. can one also supply the tokenized/compiled code? ---rony
_______________________________________________ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel