I now get this "Internal Compiler Error mscl.cpp line 2701" message when I
build a specific project and cannot figure out why.
It was compiling fine, then I changed a resource text value and it started
complaining. I changed the code but it didn't matter, it now continually
complains.
I performed a "clean" then "recompile" without any joy.
1) the code compiles just fine in release build but not debug????? what's up
with that?
2) the settings are identical except for optimizations and other debugger
related settings
3) the compiler always fails compiling the precompiled header (stdafx.cpp)
4) the compiler even fails compiling an empty stdafx.cpp and stdafx.h
file????
This really doesn't make sense. Anybody have any ideas?
The code is written entirely in "C" with some in "c" files and others in
"cpp" files.
"Darren Martz" wrote in message
news:eOrL7VJX...@TK2MSFTNGP09.phx.gbl...
This is really bizzare since a "clean" then "build" didn't make a
difference.
I guess its resolved, but I really have no clue why.
"Darren Martz" wrote in message
news:uMVa%23eJXE...@tk2msftngp13.phx.gbl...
In such cases it is always a good idea to clean manually the build folder,
since some intermediary files are not erased by the "clean" function.
Arnaud
MVP - VC
It turns out that when I turned off the "enable minimal rebuild" feature on
the debug build settings... the problem went away.
Very bizzare.
I am unsure what triggered the internal compiler error, especially when I
was working on a resource embedded sql script at the time. What ever it was,
it drove me nutz for roughly 6 hours!!!
Thanks for the suggestion :)
"Arnaud Debaene" <adeb...@club-internet.fr> wrote in message
news:ORoF6qRX...@tk2msftngp13.phx.gbl...
"Arnaud Debaene" <adeb...@club-internet.fr> wrote in message
news:ORoF6qRX...@tk2msftngp13.phx.gbl...