Creating a dynamic link library (DLL) or a DLL application is similar to creating a regular COBOL application. It involves writing, compiling, and linking your source code.
Special considerations when writing a DLL or a DLL application include:
Depending on whether you want to create a DLL load module or a load module that references a separate DLL, you need to use slightly different compiler and linkage-editor or binder options.
related concepts
Dynamic link libraries (DLLs)