C/C++ Compiler (cl.hlp) (Table of Contents; 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.
PWBC Error n.7106
                                             Up Contents Index Back
─────Programmer's WorkBench─────────────────────────────────────────────────
 
     <library> library not installed
     Assume explicit library name?
 
     The PWB cannot find a library named with the naming conventions
     specified by one of the following library switches in the Editor
     Settings dialog box:
 
     Doslibs         DOS (real mode) libraries
     Winlibs         Windows libraries
     Windlllibs      Windows DLL libraries
     Os2libs         OS/2 (protected mode) libraries
     Dlllibs         OS/2 DLL libraries
     Mtlibs          OS/2 multithread libraries
 
     Enter 'y' (yes) to change the switch setting to "explicit" if the
     name of the required library is different than the default
     library name inserted into the object file by CL. Select the Link
     Options command from the Options menu and ensure that the name of
     the required library is specified in the Additional Global
     Libraries text box and/or the Additional Release Libraries text
     box.
 
     Enter 'n' (no) to change the switch setting to "default" if
     the name of the required library is the default library name
     inserted into the object file by CL.
 
     Default Library Naming Conventions
     PWBC Library Switches
     LINK /NOD Option
                                    -♦-