Specifications

HLLAPI reference
Gallagher & Robertson Glink: API reference manual 197
HLLAPI reference
This section does not attempt to describe the actual HLLAPI interface; for that
information refer to the official HLLAPI documentation supplied by IBM.
Files relating to HLLAPI
The following files are delivered with Glink for Windows to provide HLLAPI
support.
File name Description
HLLAPI32.DLL
The Dynamic Link Library that precompiled HLLAPI
applications will use at run time. It must reside some-
where in the PATH but will most usually be found in
the \WINDOWS or \WINDOWS\SYSTEM directory.
HLLAPI32.LIB
HLL32VC.LIB
The library file defining all HLLAPI functions which
is needed for linking HLLAPI applications that have
been written in C/C++. The file is only required for
programming in C directly to the HLLAPI specifica-
tions. The file will normally reside in your C library
directory. The HLLAPI32.LIB is for use with Borland
BC++, the HLL32VC.LIB is for use with the Micro-
soft VC++.
GLHLLAPI.INI
The configuration file which will be read by the
HLLAPI when it is started. See the section below
describing the contents of this file.
WHLLAPI.H
The header file that must be used for compiling
HLLAPI applications that are written in C/C++. The
file is only needed by developers coding in C directly
to the HLLAPI specifications.