Link Libraries

<< Click to Display Table of Contents >>

Navigation:  User DLLs > Writing DLLs >

Link Libraries

There are 2 link libraries provided by DCS, the first (dcs_api.lib) provides access to the general 3DCS API. The second (dcs_ufnc.lib) provides access to the 3DCS user-function API. The prototypes for the functionality behind these libraries are in dcs_api.h and dcs_ufnc.h, respectively, and should be used within your routines.

 

These files are contained in the dcs_lib directory.

//dcs_lib//

dcs_api.lib – This file links your user-DLL to the dcs_api library module. Do not modify this file.

dcs_ufnc.lib – This file links your user-DLL to the dcs_ufnc library module. Do not modify this file.