compiler-errors

compiler-errors

文章 2 浏览 87

类型或命名空间名称“注册”;找不到

当我在 C# 中链接表单时,我总是遇到这个问题。 这是第一种形式的代码: using ybird; public partial class form1 : Form { private void linkLabel1…

贪恋 2024-12-22 21:28:17 0 0

是什么导致“条件操作数不兼容”?在Java中使用instanceof时?

可能的重复: instanceof - 不兼容的条件操作数类型 我尝试使用下面的代码并收到编译错误。 Class clas; //this is passed from service clas instan…

场罚期间 2024-12-22 18:19:33 3 0

C++生成器:#include错误

我正在测试新版本的 CBuilder(版本 XE2)。大多数common include 被重定向到boost 库或dinkumware 库(一些STL 实现?)。 #ifndef Error_H #define …

野味少女 2024-12-22 18:01:02 1 0

如何编制FM-Index?

我正在尝试编译 FM-Index V2,但出现错误 - 均在Mac 和 Linux 上: make make -C ./ds_ssort/; cp ./ds_ssort/ds_ssort.a . make[1]: Entering direct…

倚栏听风 2024-12-22 14:54:01 0 0

Java:找不到符号?

当我尝试编译一个我编写的小程序来构建一副纸牌数组并打印它们时,我收到 6 个错误,所有这些错误都是“找不到符号”错误。有人可以检查我的代码并找…

娇俏 2024-12-22 14:40:51 0 0

C++将对象添加到矢量时出错

我是矢量新手。我正在尝试将对象添加到向量中。但是程序无法编译,因为我的代码有问题。但我不知道那是什么。错误是: error C2664: 'void std::vecto…

无风消散 2024-12-22 12:31:26 1 0

iOS5中的Json显示错误

"_OBJC_CLASS_$_SBJSON", referenced from: Objc-class-ref in JparseViewController.o Symbol(s) not found for architecture i386 Clang: error: li…

心碎无痕… 2024-12-22 11:45:51 0 0

LNK2019 内联函数的未解决错误

我不知道为什么会发生这种情况。我得到的错误如下: Error 2 error LNK2019: unresolved external symbol "public: int __thiscall Graphics::GLMatri…

水晶透心 2024-12-22 09:09:08 2 0

错误:标签只能是语句的一部分

我正在用 C 语言编写一个该死的解释器,但在使用我不习惯的东西时遇到了一些麻烦。在 Brainfuck 中,逗号 (,) 本质上是 getchar()。所以我有以下代码…

司马昭之心 2024-12-22 00:41:32 3 0

Visual Studio Web 参考错误

我有一个网站解决方案,曾经使用VS2008进行管理。现在,自从迁移到 VS2010 以来,我注意到自动生成的 WebReference 代码引起的一长串错误。生成的代码…

简单气质女生网名 2024-12-22 00:31:12 4 0

C++ typedef 和模板

假设有一个小类, template class c { template class Test { public: typedef std::vector vetor_type; vetor_type some_var; }; void f() { Test::v…

锦上情书 2024-12-21 22:56:18 3 0

python numpy MKL 错误

我正在运行 ActiveState Python 3.2,并收到此神秘错误: D:\code>python ActivePython 3.2.1.2 (ActiveState Software Inc.) based on Python 3.2.1 …

别挽留 2024-12-21 22:18:50 3 0

了解成员指针运算符

我从一本c++练习书中复制了这个程序。幕后发生了什么? 预期输出是: 总和=30总和=70 #include using namespace std; class M { int x; int y; public…

不气馁 2024-12-21 18:33:54 4 0

使用相对路径将自定义类 .h 文件导入 AppDelegate.h 不起作用

在我的 Cocoa 应用程序中,我创建了一个自定义视图类(NSView 的子类),名为“DragAndDropView”。它的 .h 和 .m 文件与 AppDelegate.h 放置在同一文…

﹏半生如梦愿梦如真 2024-12-21 17:52:06 2 0

编译 rsa 库时出现 LNK 错误

为什么我在尝试编译此 rsa 库时收到此 LNK 错误: http://www.efgh.com/software/rsa.txt 从 http://www.efgh.com/software/rsa.htm mpuint.obj : err…

凡尘雨 2024-12-21 17:31:55 0 0
更多

推荐作者

少女净妖师

文章 0 评论 0

朱洁

文章 0 评论 0

觉浅

文章 0 评论 0

滥情空心

文章 0 评论 0

hl1314520

文章 0 评论 0

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文