Posted By: Wells | Jan 13th, 2006 @ 6:24 AM
page 1 of 1
Comments: 1 | Views: 6655
Localization\StringTable.cpp(29) : fatal error C1001: INTERNAL COMPILER ERROR
        (compiler file 'msc1.cpp', line 2701)
         Please choose the Technical Support command on the Visual C++
         Help menu, or open the Technical Support help file for more information



Haha, I've *never* managed this one before...

Must be the funky template stuff I'm doing.  This is VC++ 2003 Toolkit btw.  In fact, does anyone know if they are planning to release a similar command-line only version for vc 2005?
Sven Groot
Sven Groot
You can't have everything; after all, where would you put it?
Wells wrote:
Localization\StringTable.cpp(29) : fatal error C1001: INTERNAL COMPILER ERROR
        (compiler file 'msc1.cpp', line 2701)
         Please choose the Technical Support command on the Visual C++
         Help menu, or open the Technical Support help file for more information



Haha, I've *never* managed this one before...

I've had ICEs before. Fortunately, usually it's incorrect code that causes them (of course ideally you'd want a proper error message instead of an ICE Smiley ).

Wells wrote:
In fact, does anyone know if they are planning to release a similar command-line only version for vc 2005?

If you install Visual C++ 2005 Express, you can opt-out of installing the GUI, that way you get pretty much the same stuff as with the VC2003 toolkit.
page 1 of 1
Comments: 1 | Views: 6655