|
#1
|
|||
|
|||
MSVC7.0 crashing in VisBuildPro
I have a solution that works just fine outside of VBPro 5.4b but inside I get crashes.
lalalal.cpp(1432) : fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'f:\vs70builds\9466\vc\Compiler\Utc\src\P2\main.c' , line 146) Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more information This happens on two different systems (the second system running 5.5 demo as a test). Has anyone run into this type of problem? Neither system is reporting any type of hardware failure. Thanks for any help. |
#2
|
|||
|
|||
What do you mean by 'works just fine outside of VBP'? If you check the 'show command-line' checkbox on the Options tab of the Make VS.NET action, then rebuild the step and copy/paste the command-line it uses for the build to a Command Prompt and run from there, does the error occur?
|
#3
|
|||
|
|||
I mean that the solution file in VS.NET IDE builds just fine everytime. Under VBP, only about 50% of the builds complete without error. The internal error happens in different source files.
I will try the command line next. Thanks for the help. |
#4
|
|||
|
|||
|
|