VC++ Internal Compiler Error

后端 未结 4 1875
后悔当初
后悔当初 2020-12-06 16:50

Iam getting the following error , could some one help me how to fix it .

fatal error C1001: INTERNAL COMPILER ERROR (compiler file \'f:\\vs70build

4条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-06 17:36

    Nope, you're screwed. You've done something that exposed an error in the compiler. Play with optimization settings, #pragmas and fiddling with your code until it works.

    And perhaps submit a bug report on connect.microsoft.com

提交回复
热议问题