Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Warplink version 2.6 - <b>/clpf perform full link if clipper-specific incremental link fails</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
/clpf           Perform full link if Clipper-specific incremental link fails
---------------------------------------------------------------------------------

 Description:

 Use this option to automatically perform a full link if a Clipper specific
 incremental link fails.

 By default, WarpLink prompts you to perform a full link if an incremental
 link fails. The /clpf option instructs WarpLink to bypass the question and
 perform a full link when an incremental link fails for any reason.

 Users:

 The /clpf option can only be used by Clipper programmers.

----------------------------------[ Example ]------------------------------------

 The following example  links  the  Clipper  DBU  example  program.  In this
 example, the overlay pool is set to 56K bytes (/op:56), the   reload option
 is used (/r), incremental linking will be used   (/clpi),  and a  full link
 will be performed if the incremental link fails (/clpf).  All  of the  .OBJ
 files will be overlaid  except OVLMGR.OBJ,  and the Clipper EXTEND.LIB file
 will also be  overlaid. This example will create the following three files:
 DBU.EXE, DBU.OVL, and DBU.ILF.

 warplink  /op:56  /r  /clpi  /clpf  (dbu+ dbuview+dbustru+dbuedit+dbuindx+
 dbucopy+dbuutil+dbuhelp)+
 ovlmgr.obj
 ,,,clipper+(extend)

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