The information in this article applies to:
SYMPTOMSA C1004 (Unexpected End of File) or C1060 (Compiler is out of heap space) error may occur when comments are misused within inline assembly code. STATUSThis behavior is by design. MORE INFORMATIONSemicolons are used in assembly code to begin source comments. They behave exactly the same way as using the C++ comment specifier (//). All text following a semicolon is considered to be a comment. Comments terminate at the end of the current line. Sample Code
Additional query words: 9.00 9.10 9.20 10.00 10.10
Keywords : kbtshoot kbCompiler kbVC200 kbVC210 kbVC220 kbVC400 kbVC410 kbVC500 kbVC600 InLineAsmIss |
Last Reviewed: January 31, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |