The information in this article applies to:
SUMMARY
When selecting help on the Programmer's WorkBench (PWB) version 1.1
from the Categories menu in QuickHelp version 1.7, the help screen for
Microsoft Advisor Help System is presented instead. This behavior may
be duplicated by following the procedure outlined below:
MORE INFORMATIONIf the PWB.HLP help file is decoded using helpmake as follows helpmake /D /T /Opwb.doc pwb.hlpwe can see that the reason for this is that the .context directive for Programmer's WorkBench appears in the wrong section in the decoded help file. The following line .context Programmer's Workbenchappears above the section for "Microsoft Advisor Contents." To correct the problem, move the .context directive for Programmer's WorkBench to the proper section, which is the "Programmer's WorkBench Contents." The helpfile must then be recompressed, as follows: helpmake /E7 /T /Opwb.hlp pwb.docThe choice of /E7 is shown here for demonstration purposes only, and is strictly arbitrary in this case. If maximum compression is desired, the numerical argument to the /E switch may be left off, or /E15 may be specified. Maximum compression will restore the database as close to its original size and state as possible. Additional query words: kbinf 1.00 1.10 PWBIss
Keywords : kb16bitonly |
Last Reviewed: October 29, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |