cobext.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.
COBOL Linking Libraries
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Use the COBOL Linking Libraries option to specify the COBOL run-
     time library that your program is to use.
 
     Note: The Static Linked Run-Time options cannot be used if you
           link .OBJ files containing intermediate code.
 
     Option                              Result
 
     Shared Run-Time                     Specifies that the shared
                                         run-time (COBLIB) is to be used.
 
     Static Linked Run-Time              Specifies that the statically
                                         linked run-time (LCOBOL) is to be
                                         used.
                                    -♦-
                                    -♦-