Microsoft KB Archive/103713

From BetaArchive Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Knowledge Base


Article ID: 103713

Article Last Modified on 7/5/2005



APPLIES TO

  • Microsoft Visual C++ 1.0 Professional Edition
  • Microsoft Visual C++ 2.0 Professional Edition
  • Microsoft Visual C++ 2.1



This article was previously published under Q103713



SYMPTOMS

When building a project in the Visual Workbench, syntax errors on BSCMAKE, "missing source file" errors from the compiler, or a compiler stack overflow error C1063 occurs sporadically under extremely low disk space situations.

CAUSE

When the available disk space is enough for the executable file but not for other files that are being generated, either BSCMAKE or the linker may fail. Also, the compiler may generate the compiler stack overflow error instead of an error indicating that it cannot write a file due to low disk space.

RESOLUTION

To work around this problem, try to free up more disk space. Choosing to not generate browser information or create precompiled headers may also help.

MORE INFORMATION

Normally, an error indicating that there is either low disk space or that a file cannot be created or written to disk is generated instead.


Additional query words: 1.00 2.00 2.10 8.00 9.00 9.10

Keywords: kbprb kbcompiler KB103713