Files
harbour-core/harbour/contrib/hbapollo
Viktor Szakats 45ea13bfea 2007-12-05 09:15 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbct/files.c
     ! FILESIZE() fixed to return -1 when the file doesn't exist.

   - contrib/hbmysql/test
   + contrib/hbmysql/tests
   - contrib/hbw32ddr/test
   + contrib/hbw32ddr/tests
   - contrib/hbodbc/test
   + contrib/hbodbc/tests
   - contrib/hbtpathy/test
   + contrib/hbtpathy/tests
   - contrib/hbw32/test
   + contrib/hbw32/tests
   - contrib/hbole/test
   + contrib/hbole/tests
   - contrib/hbfbird/test
   + contrib/hbfbird/tests
   - contrib/hbapollo/test
   + contrib/hbapollo/tests
   - contrib/hbnf/tests
   + contrib/hbnf/test
   - contrib/hbfimage/test
   + contrib/hbfimage/tests
   - contrib/hbmisc/test
   + contrib/hbmisc/tests
   - contrib/hbgtwvg/test
   + contrib/hbgtwvg/tests
   - contrib/hbrddads/test
   + contrib/hbrddads/tests
   - contrib/hbbtree/test
   + contrib/hbbtree/tests
     ! Renamed test to tests to use 'tests' everywhere 
       inside the repository.
2007-12-05 08:17:30 +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