问题标签 [compiler-errors]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
855 浏览

c++ - 为 x64 平台编译时出现 c2593 错误(操作符标识符不明确)

我正在尝试使用 Microsoft VisualStudio 2008 编译一个 C++ 项目。如果您使用 Win32 作为目标平台,这个特定的项目编译得很好。如果我尝试为 x64 平台编译相同的项目,我会在这一行中得到C2593 'operator identifier' is ambiguous错误:

任何人都知道为什么同一行在 32 位上编译得很好但在 64 位上编译失败并出现如此高级别的错误?

0 投票
2 回答
973 浏览

c++ - 是什么导致了 Solaris C++ 编译器中的“Fatal error in ccfe”编译错误?

我从 C++ 编译器收到此错误消息:

CC:ccfe 中的致命错误:分段错误(核心转储)

什么可能导致它?

0 投票
3 回答
4865 浏览

c - 为什么我不能分配一个 const 值,我应该怎么做?

我有一段带有以下粗略签名的代码:

大多数编译器会欣然接受 pArray 的赋值,但会阻塞 nElements 的赋值。这种不一致让我感到困惑,我想开悟。

我可以接受你不能分配一个 const 整数,但是为什么它会像我期望的那样对 const-pointer-to-const 起作用?

快速而廉价的解决方法是删除 const 限定符,但这可能会引入细微的错误,因为循环内的大部分代码都是宏化的(我曾经被那个咬过)。您将如何重组上述内容以允许使用常量元素计数器?

0 投票
1 回答
40518 浏览

vba - 如何从 getClipboardData 返回数据?

我明白了

编译错误:参数不是可选的”

在线上:

该函数没有参数getClipboardData()- 那么我怎么能错过一个呢?

0 投票
1 回答
825 浏览

visual-studio - MSVC++ 6.0:致命错误 C1509“函数中的异常处理程序状态过多”

我正在开发一个使用大量生成文件作为 GUI 的项目。在最近的一些更新之后,我收到了这个错误。如果我删除一些控件(新控件或旧控件,似乎无关紧要),错误就会消失。我暂时解决了这个问题,但我想要一个更永久的解决方案。我在网上看到过在 VS.Net 2003 中对此进行了修复,但我找不到 6.0 的任何内容。有谁知道修复此问题的修补程序或服务包?

0 投票
3 回答
3519 浏览

c++ - C ++中“错误:sizeof'x'未知或为零”的原因?

我是编程初学者。不幸的是,我有一个 C++ 项目,但我不知道它的问题。程序有点长:

编译器给出了这个错误:

我不知道这个错误是什么意思?感谢您的帮助

0 投票
3 回答
1276 浏览

visual-studio - Visual Studio 2005 中 C++ 错误的“调用堆栈”

Visual Studio 2005 (C++) 中是否存在编译器错误的“调用堆栈”?

例如,我使用 boost::scoped_ptr 作为 QHash 中的值。然而,这会导致以下编译错误:

从构建输出中,我知道我的哪个源文件导致错误以及导致错误的 qhash.h 中的行号,但我试图在我的源文件中追踪生成错误的行号(因此“调用堆栈”的想法)。

请注意,我不是在寻找在 QHash 中使用 scoped_ptr 问题的解决方案,而是在寻找生成编译错误的位置的问题。这对于帮助追踪奇怪的警告也很有用。在使用模板类时,我经常会遇到这个问题。

谢谢!

0 投票
3 回答
4851 浏览

objective-c - 错误:分配中的类型不兼容

我正在编写一些 Objective-C 代码,但我不知道为什么这不起作用:

buttonRect 是在我的类中定义为实例变量的 CGRect,而 button 是 UIButton 也定义为实例变量。为什么这不起作用?我的头文件:

0 投票
2 回答
1045 浏览

groovy - 在编译 groovy 类时得到奇怪的堆栈跟踪

我正在用 Groovy 编写一个小型测试应用程序。我有以下代码。

}

我收到了这个相当神秘的信息。

nojevive@follett:~/dev/code/mysmallapp$ grails generate-all 地址 欢迎使用 Grails 1.1.1 - http://grails.org/ 获得 Apache Standard License 2.0 许可 Grails 主页设置为:/home/nojevive/dev /圣杯

基本目录:/home/nojevive/dev/code/mysmallapp 运行脚本 /home/nojevive/dev/grails/scripts/GenerateAll.groovy 环境设置为开发 groovy.lang.MissingMethodException: No signature of method: java.lang.Integer.call() is applicable for argument types: () values: [] at Project$__clinit__closure1.doCall(Project.groovy:11) at Project$__clinit__closure1.doCall(Project.groovy) at Project.getProperty(Project.groovy) at _PluginDependencies_groovy$_run_closure6_closure53.doCall(_PluginDependencies_groovy:467) at _PluginDependencies_groovy$_run_closure6_closure53.doCall(_PluginDependencies_groovy) at _GrailsSettings_groovy$_run_closure10.doCall(_GrailsSettings_groovy:274) at _GrailsSettings_groovy$_run_closure10.call(_GrailsSettings_groovy) at _PluginDependencies_groovy$_run_closure6.doCall(_PluginDependencies_groovy:447) at _GrailsBootstrap_groovy$_run_closure1.doCall(_GrailsBootstrap_groovy:74) at _GrailsGenerate_groovy$_run_closure1.doCall(_GrailsGenerate_groovy:37) at GenerateAll$_run_closure1.doCall(GenerateAll.groovy:42) at gant.Gant$_dispatch_closure4.doCall(Gant.groovy:324) at gant.Gant$_dispatch_closure6.doCall(Gant.groovy:334) at gant.Gant$_dispatch_closure6.doCall(Gant.groovy) at gant.Gant.withBuildListeners(Gant.groovy:344) at gant.Gant.this$2$withBuildListeners(Gant.groovy) at gant.Gant$this$2$withBuildListeners.callCurrent(Unknown Source) at gant.Gant.dispatch(Gant.groovy:334) at gant.Gant.this$2$dispatch(Gant.groovy) at gant.Gant.invokeMethod(Gant.groovy) at gant.Gant.processTargets(Gant.groovy:495) at gant.Gant.processTargets(Gant.groovy:480) Error loading plugin manager: No signature of method: java.lang.Integer.call() is applicable for argument types: () values: []

首先我想也许我的号码超出了范围(我有 1000000)。然后我想也许这个号码是一个内置名称,所以我重命名为 Residencenumber。但没有运气。我在这里想念什么?我现在删除了所有约束,但仍然是相同的消息。所以它与我猜的领域无关。有什么东西一定要坏掉吗?

0 投票
3 回答
7776 浏览

c# - 为什么我会收到此消息:无法将类型“布尔”转换为“字符串”

下面是我正在使用的代码片段。