Files
harbour-core/harbour/contrib/hbapollo
Viktor Szakats eab54ccf38 2008-07-28 15:07 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* harbour-ce-spec
   * harbour-w32-spec
   * include/hbver.h
   * harbour.spec
     * Removed 'rc2' tag in preparation for final release.

   * doc/whatsnew.txt
     ! Minor typos.

   * contrib/hbmysql/make_b32.bat
   * contrib/hbmysql/make_vc.bat
   * contrib/hbapollo/make_b32.bat
   * contrib/hbapollo/make_vc.bat
   * contrib/hbfbird/make_b32.bat
   * contrib/hbfbird/make_vc.bat
   * contrib/hbcurl/make_b32.bat
   * contrib/hbcurl/make_vc.bat
   * contrib/hbhpdf/make_b32.bat
   * contrib/hbhpdf/make_vc.bat
   * contrib/hbpgsql/make_b32.bat
   * contrib/hbpgsql/make_vc.bat
   * contrib/rddads/make_b32.bat
   * contrib/rddads/make_vc.bat
   * contrib/hbfimage/make_b32.bat
   * contrib/hbfimage/make_vc.bat
   * contrib/hbgd/make_b32.bat
   * contrib/hbgd/make_vc.bat
     ! Fixed HB_DIR_* detection.
2008-07-28 13:10:22 +00:00
..
2008-06-30 10:36:02 +00:00

#
# $Id$
#

 RDD for VistaSoftware's Apollo Database Engine
 (Server and/or Local)
 Patrick Mast <email@patrickmast.com>
 
 To build apollo.lib you need these files:
   - sde60.dll ( you need this to build sde60.lib )
   - sde60.lib ( build it using implib sde60.lib sde60.dll )
   - sde60.h ( SDE C/C++ header file for sde60.dll )

   Use make_b32.bat or make_vc.bat to build the Apollo.lib

   Don't forget to include Apollo.lib and sde60.lib to your
   the make file or link script to build executables. See the
   bld.bat in the contrib/apollo/test directory.

 To use a application that uses apollo.lib you need this file:
   - sde60.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