Creating a DLL

This section provides sample code that can be used as a basis for creating a DLL.

To create a DLL, you must have at least two files:

A C-language source file

A module-definition (.DEF) file

Once you have created these files, you use the Graphical Development Environment to build the DLL. The remainder of this section explains how to create these files.