How to build IBAccess
More information at http://www.ibaccess.org
in source code documentation section.
How to compile IBAccess
You need
- Delphi 5
- IBX Update 4.3
- Html Help Workhop
Download the source from http://sourceforge.net/projects/ibaccess
Compiling the executable application ibaccess.exe
- Unzip to a working dir
- Install the USE pakage located in ibaccess\use
- Install the ibpack package located in ibaccess\ibpack
- Install the kbmtable package located in ibaccess\kbmtable
- Open the IBAccess.dpr project with Delphi 5. May be a message is show looking
for language DLLs, select IBAccess directory and ok.
- Make sure library path includes paths to all installed packages
- Compile the project
Compiling the help file
- Install the HTML Help workshop
- Open the project (in help directory) with Html help workshop
- Compile the project
- Copy the generated .chm file to the application directory.