How to increase error limit in Visual Studio?(如何增加 Visual Studio 中的错误限制?)
问题描述
在 Visual Studio 中构建应用程序时.超过错误计数时显示如下错误
When building an application in Visual Studio. It shows the following error when exceeding the error count
fatal error C1003: error count exceeds 100; stopping compilation
有没有办法增加错误限制?
Is there a way to increase the error limit?
推荐答案
这个限制是硬编码的.以下是 2006 年 microsoft.public.vsnet.general
组中 MSFT 员工的帖子(查找致命错误 C1003"):
This limitation is hardcoded. Here is the post from the MSFT employee in the microsoft.public.vsnet.general
group dated 2006 (look for 'Fatal Error C1003'):
不幸的是,这 100 个限制是硬编码,无法更改.它是保留所有错误是不切实际的周围的信息,因为一个错误可能导致其他几个错误.
Unfortunately this 100 limitation is hard coded and cannot be changed. It's just inpractical to keep all errors information around since one error may cause other several errors.
希望你理解理性我们产品的设计背后团队.然而,如果你还有对此有疑虑,请放心在
提交您的反馈http://connect.microsoft.com/Main/content/content.aspx?ContentID=2220由我们的产品监控团队.谢谢你的理解.
I hope you understand the rational
behind this design by our product
team. However, if you still have
concerns about this, please feel free
to submit your feedback at
http://connect.microsoft.com/Main/content/content.aspx?ContentID=2220
which is monitored by our product
team. Thank you for your
understanding.
真诚的,Walter Wang(哇...@online.microsoft.com,删除'在线.') Microsoft 在线社区支持"
Sincerely, Walter Wang (waw...@online.microsoft.com, remove 'online.') Microsoft Online Community Support"
这篇关于如何增加 Visual Studio 中的错误限制?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何增加 Visual Studio 中的错误限制?
基础教程推荐
- 从 std::cin 读取密码 2021-01-01
- Windows Media Foundation 录制音频 2021-01-01
- 为什么语句不能出现在命名空间范围内? 2021-01-01
- 如何“在 Finder 中显示"或“在资源管理器中显 2021-01-01
- 为 C/C++ 中的项目的 makefile 生成依赖项 2022-01-01
- 管理共享内存应该分配多少内存?(助推) 2022-12-07
- 使用从字符串中提取的参数调用函数 2022-01-01
- 如何在不破坏 vtbl 的情况下做相当于 memset(this, ...) 的操作? 2022-01-01
- 如何使图像调整大小以在 Qt 中缩放? 2021-01-01
- 在 C++ 中循环遍历所有 Lua 全局变量 2021-01-01