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

  By default, the SIx Driver's SIXNSX flavor uses SuccessWare's own .SMT memo
  file format, and the SIXNTX flavor uses CA-Clipper's standard .DBT memo
  format.

  If, however, you want to use FoxPro's .FPT format with SIXNSX and/or
  SIXNTX, you must link the FPT.OBJ file into your application.

  For example, to link an application called MYAPP to use .FPT memos under
  SIXNSX, you would use the following link command:

    RTLink:

      EXOSPACE FI myapp,sixnsx,fpt LIB six3,clipper

    Blinker:

      BLINKER FI myapp,sixnsx,fpt @six3 LIB clipper

    CauseWay:

      WL32 myapp sixnsx fpt,,,six3 clipper


  NOTE:  If you are using both SIXNSX and SIXNTX in the same application,
         linking FPT.OBJ into the application will cause both drivers to
         use .FPT memo files instead of their normal defaults of .SMT and
         .DBT, respectively.



See Also: DBT.OBJ SMT.OBJ NOMEMO.OBJ

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