* doc/gmake.txt
* doc/man/hbmk.1
* doc/whatsnew.txt
* external/sqlite3/Makefile
* external/libhpdf/Makefile
* include/hbapi.h
* include/hbver.ch
* utils/hbmk2/hbmk2.prg
* contrib/hbhpdf/Makefile
* source/vm/cmdarg.c
* source/main/harbour.c
* source/rtl/version.c
* config/global.mk
* config/dir.mk
* config/common/watcom.mk
* config/rules.mk
* examples/superlib/superlib.hbc
* examples/superlib/superlib.hbp
* examples/hbmsql/hbmsql.hbc
* examples/hbmsql/hbmsql.hbp
* examples/hbsqlit2/hbsqlit2.hbp
* examples/hbsqlit2/hbsqlit2.hbc
* examples/gfspell/gfspell.hbp
* examples/gfspell/gfspell.hbc
* examples/hbapollo/hbapollo.hbp
* examples/hbapollo/hbapollo.hbc
* HB_ARCH_AUTO -> HB_PLAT_AUTO
* HB_HOST_ARCH -> HB_HOST_PLAT
* 'architecture' -> 'platform' in text.
* HB_VERSION_BUILD_ARCH -> HB_VERSION_BUILD_PLAT
(INCOMPATIBLE, if you happen to use this from previous dev/beta version)
* hb_verHB_ARCH() -> hb_verHB_PLAT()
* ${hb_arch} -> ${hb_plat}
* INSTALL
* Minor update.
/*
* $Id$
*/
RDD for VistaSoftware's Apollo Database Engine
(Server and/or Local)
Patrick Mast <email@patrickmast.com>
To build hbapollo.lib you need these files:
- sde62.dll ( you need this to build sde62.lib )
- sde62.lib ( build it using implib sde62.lib sde62.dll )
- sde62.h ( SDE C/C++ header file for sde62.dll )
Don't forget to include hbapollo.lib and sde62.lib to your
the make file or link script to build executables.
To use a application that uses hbapollo.lib you need this file:
- sde62.dll ( The Apollo Engine )
The SDE is VistaSoftware's 32-bit database engine which contains
the database technology that all Apollo products rely on to
perform the low-level data management and manipulation.
Be aware that this is a work in progress. Any comments are welcome.
More to come! ;-)
Patrick Mast
December 2001