home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / UTILITY / WSTRIP30.ZIP / STRIP.DOC < prev    next >
Text File  |  1996-03-15  |  4KB  |  122 lines

  1.      =------------------------------------------------------------------=
  2.      REGISTER WWIVsys AND RECEIVE A PERSONALIZED COPY OF WWIVstrip FREE!!
  3.      =------------------------------------------------------------------=
  4.  
  5.  
  6.                              W W I V s t r i p
  7.                                 Version 3.0
  8.  
  9.                                (C) 1994-1996
  10.  
  11. Installation:
  12. ─────────────
  13.  
  14.   Just copy STRIP.EXE over your old one in one of your compiler's directory.
  15.  
  16.  
  17. How Does It Work?
  18. ─────────────────
  19.  
  20.   This new strip will be executed only when you do the so-famous command
  21. "MAKE FCNS", you will have a graphical display and statistic report, to
  22. change you from the boring normal display. (i.e. nothing).
  23.  
  24.   Type STRIP alone and press ENTER to get inside the Setup menu, from there,
  25. you can config a few things. like the #include files, if you want to add one
  26. or remove, the dgroup meter (on/off), the pause.. the statistic to fcns.h ..
  27.  
  28.   In the setup menu, you can set the filename of the .MAP, the .MAP is the
  29. file WWIVstrip use to calculate the Dgroup, if you want tu use WWIVstrip
  30. with another software, you just have to change the filename to know the
  31. dgroup of that program. ie: BBS.EXE = BBS.MAP, SYS.EXE = SYS.MAP,
  32. DOOM.EXE = DOOM.MAP.. etc
  33.  
  34.  
  35. Files included in archive
  36. ─────────────────────────
  37.  
  38. STRIP.EXE   : Main Executable Software
  39. STRIP.DOC   : Documentation (You are reading it)
  40. PRODUCTS.FMD: Other FMD Products
  41. FILE_ID.DIZ : Description File
  42.  
  43.  
  44. Licence
  45. ───────
  46.  
  47.   This file is FREEWARE, it means it costs nothing and you can distribute it
  48. in is original package without any modifications. This file can be distributed
  49. in any utilities collection with the written permission of the author.
  50.  
  51.   As usual we are not responsable if your monitor blows up while you are using
  52. STRIP or if your hard disk crashs or whatever..
  53.  
  54.  
  55. A suggered MAKEFILE
  56. ───────────────────
  57.  
  58. Here's an example of the end of MAKEFILE.MAK that we use to build the
  59. fcns.h file, we suggest that you use this one.
  60.  
  61.   ┌[Screen Grab]────────────────────────────────────────────────────────────┐
  62.   │                                                                         │
  63.   │ ####################################################################### │
  64.   │ #                                                                       │
  65.   │ # how to make the fcns.h file.                                          │
  66.   │ #                                                                       │
  67.   │                                                                         │
  68.   │ fcns: .\strip.exe                                                       │
  69.   │   strip fcns.h &&|                                                      │
  70.   │ $(BBS_NRM) $(BBS_OVL)                                                   │
  71.   │ |                                                                       │
  72.   │                                                                         │
  73.   └─────────────────────────────────────────────────────────────────────────┘
  74.  
  75.  
  76. Questions
  77. ─────────
  78.  
  79. Q: Why some of my procedure are not in the FCNS.H, (output file)?
  80. A: Because you have a REMARK (often called a COMMENT) after the void 
  81.    declaration. 
  82.    Example:
  83.        void prlocate(int x, int x, char *s) /* Pos the Cursor */
  84.                              or
  85.        void prlocate(int x, int x, char *s) // Pos the Cursor
  86.                            
  87.  
  88. Q: How can I fix this problem (in above question)?
  89. A: Just delete or the REMARK move somewhere else.
  90.  
  91.  
  92.   You can also use STRIP for other programs, personnaly I also use it for
  93. WWIVsys.  You can just do: STRIP function.h sys.c, and add sys.c as an include 
  94. of function.h... that will solve alot of problems with the pre-defined 
  95. procedure.
  96.  
  97.  
  98. How to reach us
  99. ───────────────
  100.  
  101.   If you use this utility, please leave a note to the author. It is with
  102. your comments that you help the authors to proceed with their work.
  103.  
  104.  
  105. Martin Bourdages aka Dark Shadow
  106. Internet: martin.bourdages@radio.magicnet.com
  107. WWIVnet : 3@20302
  108.  
  109. Nicolas LeBlanc aka Spotnick
  110. Internet: spotnick@gamemaster.qc.ca
  111. WWIVnet: 2@20302
  112.  
  113. We invite you to visit out ftp site,
  114. ftp://ftp.wwiv.com/fmd or our World Wide Web page available from
  115. http://www.wwiv.com
  116.  
  117. The Support Sub is also available:
  118.  
  119.                     French Mod Division Support Sub
  120.                               SubType: FMD
  121.                        On All WWIV major networks
  122.