LIB Help (lib.hlp) (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
U1157
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     LIB Fatal Error U1157
 
     comma or newline missing
 
     A comma or newline character was expected in the command line but
     did not appear.
 
     One cause of this error is an incorrectly placed comma, as in the
     following command line:
 
          LIB math.lib, -mod1 +mod2;
 
     The line must be entered as follows:
 
          LIB math.lib -mod1 +mod2;
                                    -♦-