The information in this article applies to:
SYMPTOMSThe following error occurs when compiling a file with the Visual C++ compiler:
-or-
CAUSEThe error is caused by a semicolon at the end of the TMP environment variable. For example:
RESOLUTIONThe correct way to set up the TMP environment variable from the command line is as follows:
MORE INFORMATION
It is important that the environment string does not end with a
semicolon (;) because the compiler appends the intermediate filename
to the TMP path. By removing the semicolon from the path, the
compiler can create the file correctly.
Additional query words:
Keywords : kbCompiler kbVC100 kbVC150 kbVC151 kbVC152 kbVC200 kbVC210 kbVC220 kbVC400 kbVC410 kbVC420 kbVC500 kbVC600 |
Last Reviewed: July 10, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |