Specifications

UVTI reference
Gallagher & Robertson Glink: API reference manual 209
The [Configuration] section
This specifies general information needed to start up the initial copy of Glink for
Windows.
GlinkDir=directoryname
This specifies the directory on which the GL.EXE program resides. It is not
needed if this directory is included in your PATH.
GlinkParameters=parameters
This specifies any command line options you wish to be used when Glink for
Windows is started.
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 GLUVTI.DB in the current
directory.
Debugging=ON
When turned ON, this enables debug tracing of UVTI functions. For this to
happen the UVTI32.DLL you would otherwise have used must reside in your
Windows directory as GLUVTI32.DLL, and the UVTIDB32.DLL supplied in
this release copied to UVTI32.DLL so as to intercept the UVTI 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.
DebugSysTime=OFF
When turned ON, this tells the debug routines to log times in milliseconds since
Windows was started rather than the default, which is to log times in
milliseconds from the first call made to UVTI.