Specifications

HLLAPI reference
200
Glink: API reference manual Gallagher & Robertson
GlinkParameters=parameters
This specifies any command line options you wish to be used when Glink for
Windows is started.
The [Hllapi32] section
This specify debugging information needed for the HLLAPI DLL.
DebugFile=filename
This specifies the name of the file to which debugging output will be sent if
debugging is enabled (see the next option). If debugging is enabled without a
DebugFile directive then output will be sent to HLLAPI.DB in the current
directory.
Debugging=ON
When turned ON, this enables debug tracing of HLLAPI functions. For this to
happen the HLLAPI32.DLL you would otherwise have used must reside in
your Windows directory as GLHLL32.DLL, and the HLLDB32.DLL supplied
in this release copied to HLLAPI32.DLL so as to intercept the HLLAPI calls.
Output will be sent to the file specified with the DebugFile option.
DebugAppend=ON
When turned ON, this tells the debug routines to append output to the end of the
existing debug file rather than overwrite it.
HllapiDll=GLHLL.DLL
This specifies the name of the ‘real’ HLLAPI DLL to load. In most cases, you
will have renamed it to GLHLL32.DLL and the HLLAPI DLL will be the
debugging DLL.
PureDDE=TRUE
When set to TRUE, this tells the HLLAPI modules to use only DDE when
communicating with Glink. Normally the most common functions will
communicate directly with Glink using Windows messages but in some
circumstances (for example when using Network DDE) it may be desirable to
force the use of DDE for all operations.