首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >VS2013:致命错误C1001:编译器中出现内部错误

VS2013:致命错误C1001:编译器中出现内部错误
EN

Stack Overflow用户
提问于 2020-05-29 10:57:09
回答 1查看 505关注 0票数 0

代码非常简单:

代码语言:javascript
复制
int main(void){
    return 0;
}

编译错误是这样的:

代码语言:javascript
复制
1>------ Build started: Project: Project1, Configuration: Debug Win32 ------
1>  Source.cpp
1>c:\userdata\zdck\documents\visual studio 2013\projects\project1\project1\source.cpp : fatal error C1001: An internal error has occurred in the compiler.
1>  (compiler file 'f:\dd\vctools\compiler\cxxfe\sl\p1\c\p0io.c', line 2807)
1>   To work around this problem, try simplifying or changing the program near the locations listed above.
1>  Please choose the Technical Support command on the Visual C++ 
1>   Help menu, or open the Technical Support help file for more information
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

我没有驱动程序F,但在f:\dd\vctools\编译器\cxxfe\sl\p1\c\p0io.c??中出现错误。

相信我,我已经查看了几十篇标题为"C1001废话……“的帖子。到处都是,但没有人为我工作。

我的VS: V2013版本12.0.40629.00更新5我的操作系统: win 10,64位

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2020-05-29 17:39:50

编译器文件p0io.c相关的error C1001主要是由于在Region Settings中启用了Use Unicode UTF-8 for worldwide language support而导致的。您可以查看有关具体原因的link。您可以单击Time &Language -> Region-> Additional date, time, &regional settings-> Region-> Administrative->Change system locale并关闭UTF-8

enter image description here

如果这个错误无法修复,我建议您将VS版本更新到VS2019。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/62077945

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档