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

  By default, the SIx Driver's SIXCDX flavor uses FoxPro compatible memo
  files (.FPT's), and the SIXNTX flavor uses CA-Clipper's standard .DBT memo
  format.

  If, however, you want to use SuccessWare's (SIXNSX) .SMT memo format with
  SIXCDX and/or SIXNTX, you must link the SMT.OBJ file into your application.

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

    RTLink:

      EXOSPACE FI myapp,sixcdx,smt LIB six3,clipper

    Blinker:

      BLINKER FI myapp,sixnsx,smt @six3 LIB clipper

    CauseWay:

      WL32 myapp sixnsx smt,,,six3 clipper


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



See Also: DBT.OBJ FPT.OBJ NOMEMO.OBJ

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