Supplied files

The installation program places several files into a subdirectory of your choice. Apart from documentation and help files, these files have the following functions:

 

DLS2Dxx.DLL     is the library file. This must be available to applications that you create and which need to use the library. When you distribute your application, this file should be placed either in the application's directory or in the Windows System directory of the system on which your application is being installed. This file needs to be distributed with your application.

 

DLS2Dxx.H        is a header file that contains the definition of the structure used to pass data between your application and the DLL library, and prototypes for the calls that can be made to the library. This file (which is small) may be copied to your compiler's INCLUDE subdirectory. This file does not need to be distributed with your application.

         

DLS2Dxx.LIB     The LIB file created during the compilation of the DLL using Microsoft Visual C.

 

More:

Using the DLL