ContentsIndexPreviousNext

DLL_CONVENTION

This variable allows you to specify the calling convention used to call a DLL. When this variable is set to "0", the standard C interface is used for calling DLLs. When this variable is set to "1", then the Pascal interface is used. The default for this variable is "0".