PDA

View Full Version : MSVC7.0 crashing in VisBuildPro


Torlack
08-09-2004, 07:16 PM
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.

kinook
08-09-2004, 08:45 PM
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?

Torlack
08-09-2004, 10:59 PM
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.

Torlack
08-10-2004, 10:31 AM
It is failing using the command line in a DOS window.

Off to www.microsoft.com :/