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>environment</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Environment

If creating Protected Mode programs with Exospace, Blinker or Causeway, or 
if creating Dual Mode programs with Blinker, you must reserve 10K of low 
memory for RaSQL using the SET CLIPPER environment variable.  You can add it 
to your AutoExec.bat file, or "burn" it into the EXE in the linker script.

Blinker Protected or Dual Mode
Causeway Protected Mode

SET CLIPPER=X10,...           If you have other libraries that require low 
                              memory, add 10K to the current value of X.  
                              For example, NetLib requires 20K.  Thus, if 
                              you use NetLib and RaSQL together, specify SET 
                              CLIPPER=X30.

Exospace Protected Mode

SET CLIPPER=LOWMEM:10,...     If you have other libraries that require low 
                              memory, add 10K to the current value of X.  
                              For example, NetLib requires 20K.  Thus, if 
                              you use NetLib and RaSQL together, specify SET 
                              CLIPPER=LOWMEM:30.


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