Specifications
UVTI reference
206
Glink: API reference manual Gallagher & Robertson
File name Description
GLUVTI32.LIB
An alternate library file that may be used if you are
developing C applications for Glink/UVTI that must
be able to coexist with Affinity/UVTI applications. To
do this you will need to rename the UVTI32.DLL
supplied with Glink to GLUVTI32.DLL (leaving the
Affinity UVTI32.DLL) in place) and link your
applications with GLUVTI32.LIB instead of
UVTI32.LIB. The file will normally reside in your C
library directory.
GLUVTI.INI
The configuration file which will be read by the UVTI
when it is started. See the section below describing the
contents of this file.
UVTI.H
The header file that must be used for compiling UVTI
applications that are written in C. The file is in practice
identical to the file of the same name provided with
the Affinity UVTI, and may be used interchangeably
with that file. The file is only needed by developers
coding in C directly to the UVTI specifications.
Applications using Affinity Visual do not require this
file.
UVTI.HLP
This is the on-line UVTI help file. This file is the
property of, and copyrighted by Groupe Bull.
UVTILIB.PAS
Provides the same capabilities for those programmers
using Borland Pascal 7.0, Turbo Pascal for Windows
or Delphi. Just compile the Pascal source with the
compiler you are using. If you need to use Affinity
emulations in coexistence with Pascal UVTI applica-
tions then rename the UVTI32.DLL supplied with
Glink to GLUVTI32.DLL in the same way as for C
applications, and replace the appropriate name in the
UvtiModuleName constant.
UVTIDB32.DLL
is a utility that can help you debug your UVTI applica-
tions. See 'Debugging UVTI applications'.