ContentsIndexPreviousNext

M.2.6 Using the SDK

This section describes how to use ACUCOBOL-GT in conjunction with the 32-bit Windows Software Development Kit (SDK). To use the SDK, you must have:

Generally speaking, you make use of the SDK by writing various C subroutines that call the SDK. You then build a new runtime that contains these C subroutines, and you make calls to these routines from your COBOL application. You can also use this procedure to call code produced by code generators.

The remainder of this section assumes you are familiar with C and the 32-bit Windows SDK.

More:

Building a new runtime

User interface approaches

Using C only - no COBOL

Using C and COBOL