KnowledgeBase Archive

An Archive of Early Microsoft KnowledgeBase Articles

View on GitHub

Q41661: QuickC 2.00 README.DOC: /K

Article: Q41661
Product(s): See article
Version(s): 2.00
Operating System(s): MS-DOS
Keyword(s): ENDUSER | s_helpmake | mspl13_c
Last Modified: 24-JAN-1991

The following information is taken from the QuickC version 2.00
README.DOC file, part 3, "Notes on 'QuickC Tool Kit.'" The following
notes refer to specific pages in "QuickC Tool Kit."

Page 182   /K[filename]

Add this description to the table:

Optimizes .HLP file sizes. The /K option specifies a file that
defines keyword separator characters. These characters separate words
in the file before HELPMAKE compresses it.

The file used to create QC.HLP is listed below. (The first space is
a blank character and it indicates that a space separates words.)

  "&'()*+,.-/:=?@[\]^_`{|}~\177

The other characters specify other separators. The angle brackets and
pound sign are excluded, which gives a slightly better compression of
phrases such as "#include <stdio.h>".

Without the /K option, HELPMAKE sees these tokens to compress:

        #
        include
        <
        stdio
        .
         h
         >

With the /K option, HELPMAKE sees the following tokens to compress:

        #include
        <stdio
        .
         h>

Repeated over the entire QC.HLP file, the small savings add up.

THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Copyright Microsoft Corporation 1986-2002.