PRB: Number Causes Help Compiler Invalid Context ID ErrorLast reviewed: November 2, 1995Article ID: Q85490 |
The information in this article applies to:
SYMPTOMSWhen the Windows Help Compiler compiles a help project file, the following error message appears:
Error P1083: Invalid context identification number CAUSEThe representation of the context identification number begins with a zero and contains the digit 8 or 9.
RESOLUTIONRemove the leading zeros from the number.
MORE INFORMATIONThe Windows Help Compiler parses a number that has a leading zero as an octal number. C compilers also interpret numbers in this manner. Only the digits 0 through 7 are legal in an octal number.
|
Additional reference words: 3.10 3.50 4.00 95
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |