Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- RaSQL/B 6.1a for Clipper - <b>files</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Files

This section assumes you are already familiar with the particular linker you 
are using.  We give brief descriptions on the use of each file.

File           Description

RSQLB52.LIB    RaSQL/B Library for Clipper 5.2x.  Always included whether 
               using RDD or Library functions.  100% overlayable with 
               RTLink, Blinker and WarpLink.  OPTIONAL: To improve 
               performance, keep modules BTRVCALL and BTRVINT in the root, 
               e.g.,

                    MODULE BTRVCALL FROM RSQLB52
                    MODULE BTRVIN   FROM RSQLB52

RSQLB50.LIB    RaSQL/B Library for Clipper 5.0x. See notes for RSQLB52.LIB.

RSQLB87.LIB    RaSQL/B Library for Clipper Summer-87.  See notes for 
               RSQLB52.LIB.  RDD not supported in Summer-87.

RQB52.LIB      RDD Library for Clipper 5.2x.  Use together with RSQLB52.  
               Should come before RSQLB52.LIB in link script.  100% 
               overlayable with RTLink, Blinker and WarpLink.

RQB50.LIB      RDD Library for Clipper 5.0x.  See notes for RSQLB52.LIB.

RQB52.OBJ      RDD exclusion module for Clipper 5.2x.  Include FILE in link 
               script to make RQBRDD the default RDD (normal default is 
               DBFNTX).  If your program does not use any DBF files, you may 
               omit DBFNTX.LIB from the link script.  100% overlayable with 
               RTLink, Blinker and WarpLink.

RQB50.OBJ      RDD exclusion module for Clipper 5.0x.  See notes for 
               RQB52.OBJ.

RQBEXO.LIB     SEARCH library used with Exospace protected mode and Clipper 
               5.2x or Clipper 5.0x.  Place before any other RaSQL libraries 
               in link script.  Make sure to reserve 10k of low memory using 
               environment variable:

                    SET CLIPPER=LOWMEM:10

RQBBLI.LIB     SEARCH library used with Blinker protected or dual mode 
               and Clipper 5.2x or Clipper 5.0x.  Requires Blinker 3.00 or 
               higher, although we recommend 3.1 or higher.  Place before 
               any other RaSQL libraries in link script.  Make sure to 
               reserve 10k of low memory using environment variable:

                    SET CLIPPER=X:10

BLXRATEX.LIB   Included with Blinker 3.x, not RaSQL.  Not usually needed if 
               you include RQBBLI.LIB.  If needed for specific reasons, 
               include AFTER RQBBLI.LIB.  NOTE: BLXRATEX.LIB from Blinker 
               3.0x has a bug.  Upgrade to Blinker 3.1.

RQBC4W.LIB     SEARCH library used to create Windows Executables with 
               Clip4Win or FiveWin.  Requires Btrieve for Windows.  Place 
               before any other RaSQL libraries in link script.  You can 
               create Windows EXE files with many linkers including Blinker 
               3.0 or higher (we recommend 3.1 or higher) and Microsoft Link 
               version 4.x or higher.  CODE is PRELOADable, MOVEABLE and 
               DISCARDABLE.  DATA is PRELOADable and MOVEABLE.

ASUPP386.OBJ   Optional FILE to include in link script if application will 
               be running only on a 386 or higher.  Clipper 5.2x or 5.0x 
               only.  Rewrites several Clipper memory block move routines 
               with 32-bit code.

ALT_RQB.PRG    Compile and link into program to force USE VIA to search 
               XTRIEVE DDF files for file structures; searches for RQB file 
               only if DDF definition not found.  NOTE: There are two 
               different versions of this file installed in different 
               directories: one for Clipper 5.2x and one for Clipper 5.0x.


Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson