The registered full version of Help Access Library contains the following Binary Library representations:
Dynamic Link Libraries:
FileName |
Contents |
|
hlpacc16.dll |
Yes |
Windows 16 Bit dynamic link library useable for Windows 3.1, Windows 3.11, Windows 95 and Windows NT. |
hlpacc16.lib |
No |
Import library needed to link to hlpacc16.dll and created by IMPLIB |
hlpacc32.dll |
Yes |
Windows 32 Bit dynamic link library useable for Windows 3.1x with WIN32s, Windows 95 and Windows NT 3.51 or newer. This version of the Library is NOT multithreading-capable. |
hlpacc32.lib |
No |
Import library to link to hlpacc32.dll using Borland C++ |
hlpacc3m.lib |
No |
Import library to link to hlpacc32.dll using Microsoft C++ |
hlpaccmt.dll |
Yes |
Multithreading-capable windows 32 Bit dynamic link library useable for Windows 95 and Windows NT 3.51 or newer. Windows 3.1x with WIN32s can also be used with this Library version, but they do not support multithreading. |
hlpaccmt.lib |
No |
Import library to link to hlpaccmt.dll using Borland C++ |
hlpaccmm.lib |
No |
Import library to link to hlpaccmt.dll using Microsoft C++ |
Static Link Libraries:
FileName |
Contents |
|
hlpast16.lib |
No |
Static link library to be bound with Windows 16-Bit programs created by Borland C++ |
hlpast32.lib |
No |
Static link library to be bound with Windows 32-Bit programs created by Borland C++ |
Note: Static linking means that both your application program and help access library are bound into one DLL or EXE file containing your program and the part of Help Access Library required by your application.
Header files:
FileName |
Contents |
|
hlpaccess.h |
No |
Header file for C/C++ programming to access help-file data (Internal File System, KeyWords, Titles, Topic Text, formatting etc.). |
shgimpor.h |
No |
Header file required to retrieve graphics and macros from SHG files. |
seg.h |
No |
Header file required to retrieve macro and positioning data from Hotspots contained in SHG files. |
Make files:
FileName |
Contents |
makefile.msc No Makefile for example programs based on Microsoft 32-Bit C-Compilers
makefile.bc No Makefile for example programs based on Borland 32-Bit C-Compilers
Others:
FileName |
Contents |
|
thlp.cnv |
Yes |
Microsoft Word 6.0 Text import library for help files. After copying this file into your WINWORD directory and restarting word, you can now import Help Files into word by just opening them by "File Open" Menu Item. |
This Version has been linked statically with hlpast16.lib to prevent problems finding the hlpacc16.dll from Word. |