G
Guest
I use the C++ compiler with Visual Studio .NET 2003. OS is XP SP2.
Our projects include many large 3rd party C++ include files.
I have installed the hotfix mentioned in MSDN KB article 837437.
It helped for a while, but now the problem as popped up again.
/Zm option does not help.
The funny thing about it, is that if you compile many files in one go, the
first file will compile ok, the rest will fail. So you can solve the problem
by compiling one by one file or compile a project again and again till all
problem files have been "first in the line". But it is a productivitykiller
de luxe.
My guess is that when compiling many files, the compiler does not release
and reallocate memory properly between each file to compile.
Anyway, when do we get a real fix for this?
For a preliminary fix: Is there a way where I can *prevent* Visual Studio to
group the compiling of many files (with the same compiler options) when it
invoces the compiler? I.e. Force it to start the C++ compiler once for each
C++ file.
Our projects include many large 3rd party C++ include files.
I have installed the hotfix mentioned in MSDN KB article 837437.
It helped for a while, but now the problem as popped up again.
/Zm option does not help.
The funny thing about it, is that if you compile many files in one go, the
first file will compile ok, the rest will fail. So you can solve the problem
by compiling one by one file or compile a project again and again till all
problem files have been "first in the line". But it is a productivitykiller
de luxe.
My guess is that when compiling many files, the compiler does not release
and reallocate memory properly between each file to compile.
Anyway, when do we get a real fix for this?
For a preliminary fix: Is there a way where I can *prevent* Visual Studio to
group the compiling of many files (with the same compiler options) when it
invoces the compiler? I.e. Force it to start the C++ compiler once for each
C++ file.