Files
harbour-core/harbour/contrib/hbapollo
Viktor Szakats 455502872b 2009-02-17 09:25 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbapollo/tests/hbapollo.hbp
    + Added filters.
    ; TOFIX: hbapollo test doesn't link with MSVC.

  - contrib/hbapollo/tests/hbmk.bat
  - contrib/gtwvg/tests/hbmk.bat
  - contrib/hbbtree/tests/hbmk.bat
  - contrib/examples/terminal/hbmk.bat
  - contrib/examples/terminal/hbmk_trm_appn.bat
    - Removed batch versions of make files.
      Go to the directory the source are located and
      use the .hbm files where there is one, or just pass
      the .prg name to hbmk.exe.

  * utils/hbmk/hbmk.prg
    ! Fixed handling lib/source files with double extensions.
    ! Fixed to not add empty items to lists in some occasions.
    + Added -q to suppress informational output + header.
2009-02-16 08:25:59 +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
   hbmk*.bat in the contrib/hbapollo/tests 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