Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- SIx Driver RDD v3.00 - Reference Guide - <b>sixcdx.obj:</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  SIXCDX.OBJ:

  If you link this object file into your application, it will make the SIx
  Driver (SIXCDX flavor) the default driver and prevent the standard DBFNTX
  driver from being linked into your application at all.  This will eliminate
  the need to open database files VIA "SIXCDX" or call the
  RDDSetDefault("SIXCDX") function.

  Note:  If your application will no longer use .NTX indexes, you should
         link this object file into your application to reduce your EXE
         load size and run-time memory requirements.

  For example, to link an application called MYAPP to make the SIx Driver's
  SIXCDX flavor the default RDD, you would use the following link commands:

  RTLink:

     EXOSPACE FI myapp,sixcdx LIB six3,clipper

  Blinker:

     BLINKER FI myapp,sixcdx @six3 LIB clipper

  CauseWay:

     WL32 myapp sixcdx,,,six3 clipper



See Also: SIXMDX.OBJ SIXNSX.OBJ SIXNTX.OBJ

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