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

  If your application does not use memo fields at all, or if you use an
  alternate memo support RDD (e.g. FlexFile), you can save memory by linking
  in the NOMEMO.OBJ file.  It will "stub" out all of the SIx Driver's normal
  memo support code.

  For example, to link a SIXNSX application called MYAPP that does not use
  .DBT, .FPT, or .SMT memo files at all, you would use the following link
  command:

    RTLink:

      EXOSPACE FI myapp,sixnsx,nomemo LIB six3,clipper

    Blinker:

      BLINKER FI myapp,sixnsx,nomemo @six3 LIB clipper

    CauseWay:

      WL32 myapp sixnsx nomemo,,,six3 clipper


  NOTE:  This .OBJ file affects ALL SIx Driver workareas in the application.
         if you have some databases with memo files and some without, do NOT
         link in the .OBJ file in an effort to "reduce memory in those work-
         areas that don't have memo fields."  It doesn't work like that.  It
         is an "All or Nothing" choice.



See Also: DBT.OBJ FPT.OBJ SMT.OBJ

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