Interfacing with Microsoft Visual C++ V6.0

This COBOL system has been built with Microsoft Visual C++ 6.0.

This COBOL system and Visual C++ 6.0 programs can be mixed in an application provided that the C components have been built with or are compatible with the run-time libraries and dynamic link libraries of Microsoft Visual C++ 6.0.

If you build an executable file that uses the shared run-time system, the following libraries are linked to your application:

If you build an executable file that uses the static-linked-run-time system, the following libraries are linked to your application:

The -nodefaultlib option of the system Linker is always set by your COBOL system, so if a C component requires additional Microsoft libraries, these must be explicitly specified, either in the Development Environment, or on the cbllink command line.

Related Topics: