home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / DLL / LEESMIJ.TXT < prev    next >
Text File  |  1995-04-09  |  2KB  |  31 lines

  1.    Almost every program "ready-to-run" off of this CDROM requires
  2.    access to one or more DLLs (Dynamically Linked Libraries).  These 
  3.    libraries have been conveniently collected into the 
  4.    <CDROM drive>:\dll directory.  You can simply append this directory
  5.    to your "LIBPATH" statement in your config.sys file.  
  6.  
  7.    **NOTE** To ensure that programs you have copied off of the CDROM have 
  8.        access to their DLLs even when the CDROM is not in your drive,
  9.        you may wish to have the "LIBPATH" variable point to copies of
  10.        the DLLs on your hard drive.  If this is the case, either copy
  11.         all of the files in the <CDROM drive>:\dll directory to
  12.        your \os2\apps\dll directory (a directory in the "LIBPATH" by 
  13.        default) or create a new directory, copy the files there, and 
  14.        append it to the "LIBPATH" statement.  
  15.  
  16.    In the end, your "LIBPATH" may look like this:
  17.  
  18.    REM ============ Modified LIBPATH Statement =======================
  19.    REM             E:\DLL appended 5/20/95
  20.    REM ===============================================================
  21.    LIBPATH=D:\IBMCOM\DLL;.;D:\OS2\DLL;D:\OS2\MDOS;D:\;D:\OS2\APPS\DLL;D:\TCPIP\DLL;D:\MMOS2\DLL;D:\NETWARE;D:\NETWARE\NLS\ENGLISH;L:\OS2;P:\OS2;E:\LIB\DLL
  22.    REM ================= End LIBPATH Modification ====================
  23.    
  24.    
  25.    **NOTE**  This CDROM contains version 0.8h of the EMX runtime dll's.  
  26.        If you have earlier versions of these libraries in a directory 
  27.        referenced by the "LIBPATH" statement before the libraries 
  28.        provided on this disc, utilities that use the EMX dll's may 
  29.        yield unpredictable results.
  30.    
  31.