Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Mach SIx v1.1c - Reference Guide - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

  MACHSIX.OBJ:


  The sole purpose of MACHSIX.OBJ is to allow you to optimize SET FILTER
  without re-compiling your code.  This becomes important when you want to
  optimize modules that you do not have the source code to.  If you are
  compiling with either MACHSIX.CH or MACHSIX2.CH then this object is not 
  necessary and should not be linked in.

  Of course, you also need to link in the MACHSIX.LIB file and either the
  DBFSIX.LIB or DBFNSX.LIB file, depending on which index driver you'll be
  using.  Also, make sure to link in the appropriate "hook" file, depending
  on which index driver you are using Mach SIx with.  For example, the SIx
  Driver requires MACH6SIX.OBJ, while HiPer-SIx requires MACH6NSX.OBJ.

  For example, to link an application called MYAPP to use the SIx Driver and
  Mach SIx, you would use the following link commands:

  RTLink:

     RTLINK FI myapp, MACHSIX LIB machsix,dbfsix,clipper

  Blinker:

     BLINKER FI myapp, MACHSIX LIB machsix,dbfsix,clipper

  WarpLink:

     WARPLINK myapp MACHSIX,,,machsix dbfsix clipper


See Also: MACH6SIX.OBJ MACH6CDX.OBJ

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