LIB Help (lib.hlp) (Topic list)
U2155
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     LIB Error U2155
 
     'module' : module not in library; ignored
 
     The specified module was not found in the input library.
 
     One cause of this error is a filename or directory containing a
     a hyphen or dash (-). LIB interprets the dash as the operator for
     the delete command. This error occurs if you install a Microsoft
     language product in a directory that has a dash in its pathname,
     such as C:\MS-C. The SETUP program for a language calls LIB to
     create combined libraries, but the dash in the command line passed
     to LIB causes the library-building session to fail.
 
     Another possible cause of this error is an option specified with a
     dash (-) instead of a forward slash (/).
                                    -♦-