CompuServe Messages

#ARexx Problem…

    24-Aug-90 18:22:49
Sb: #117695-#ARexx Problem…
Fm: Bill Hawes 72230,267
To: Nelson Ingersoll 73230,2116
Nelson, The most common cause of a "requested library not found" message is an error in spelling the library name (including the correct alphabetic case.) If you issue an rxlib command, it will show you the libraries ARexx expects to search, and these should be in your libs: directory. The LOADLIB command is not needed for libraries in libs:, but is useful for loading libraries from other directories. -Bill