ChinaUnix.net
相关文章推荐:

error 's3c2410GPF4' undeclared here (not in a function)

http://bbs.chinaunix.net/forum/4/20041102/437365.html thanks!

by lifeexpert - 内核/嵌入技术 - 2004-11-03 09:55:02 阅读(539) 回复(0)

相关讨论

编译文件出错 203行 static void btctl_controller_emit_device_service(BtctlController *bc, gchar *bdaddr, gchar *name, guint classid, guint port),这个函数出错 原代码如下: #include ; #include ; #include ; #include ; #include ; #include "btctl.h" #include "btctlimpl.h" #include "btctl-marshal.h" static gpointer parent_class = NULL; ...

by lifeexpert - Linux论坛 - 2004-11-03 09:34:03 阅读(1388) 回复(2)

想用copy的方法把deque的元素输出,结果就是报错 ,大家看看怎么回事? 代码: [gag@genomic-server cpp]$ more deque.cpp #include ; #include ; #include ; #include ; #include ; using namespace std; int main() { deque; coll; vector; a; coll.assign( 3 , string("string")); coll.push_back ( "last string" ); col...

by gunguymadman - C/C++ - 2004-06-17 11:24:32 阅读(2312) 回复(2)

昏, 看到gtk+-2.0教程第一个实例,自己尝试着编译就出错了 .. 系统:debian [code] #include int main(int argc,char* argv[]) { gtkwidget *window; //gtkwidget 绝大多数可视组建的基类 gtk_int(&argc,&argv); //对传入的命令行参数进行标准化处理 window = gtk_window_new(GTK_WINDOW_TOPLEVEL); //创建窗口 // gtk_window_set_title(GTK_WINDOW(window),"Hello ,Linux"); //窗口...

by 饭饭 - GUI编程 - 2008-07-17 18:27:09 阅读(5044) 回复(4)

我写了一个很简单的测试看一个指针是不是为空,怎么提示我 null没有定义?

by meagle2005 - C/C++ - 2005-12-24 13:04:45 阅读(18345) 回复(7)

在s3c2410fb.c中,在平台相关的设备探测函数中有这么一段code,请高手帮忙看看。 static int __init s3c2410fb_probe(struct platform_device *pdev) { …… static struct s3c2410fb_mach_info *mach_info; …… mach_info = pdev->dev.platform_data; if (mach_info == NULL) { dev_err(&pdev->dev,"no platform data for lcd, cannot attach\n"); return -EINVAL; } mregs ...

by grep_one - 内核/嵌入技术 - 2006-04-12 09:40:30 阅读(856) 回复(0)

在Windows下面好好的代码,现在拿到linux下面,一编译,错误一大堆 error: `5' cannot be used as a function 出现这个问题的地方的代码是: LOG_NOTICE("process msg(%i) failed!\n", msg_id); LOG_NOTICE是一个宏,后来我把它改成什么也不做: #define LOG_NOTICE(FMT, ...) 但是一编译就出现这样的错误 这有问题吗?如果宏定义为空,则不生成代码吧,为什么还会出现这样的错误呢 谢谢!

by GodPig - C/C++ - 2008-12-30 15:31:42 阅读(8964) 回复(16)

Soobic安装过程中遇到的问题 如果您在使用的时候遇到这个问题, Fatal error: Call to a member function on a non-object in d:greenampwwwincludesapplication_top.php on line 295 请作如下操作: 将服务器的register_global设为on,然后重启服务器。 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/2389/showart_30204.html

by wenzk - 网络技术文档中心 - 2005-06-10 09:58:57 阅读(1011) 回复(0)

在8.0下导入informix数据库的时候报这种错

by 攸攸晨晓 - Linux论坛 - 2004-09-26 13:24:35 阅读(621) 回复(0)

老出现这个错误是怎么回事呢? error C2065: 'SetMsgHandled' : undeclared identifier 有时候 WM_ON_SIZE(OnSize) 或 WM_ON_CREATE(OnCreate)的时候编译也出现这样的错误。怎么回事呢?

by luojiafeng1984 - C/C++ - 2008-10-21 09:56:42 阅读(4083) 回复(6)

Fatal error: Call to undefined function: pg_connect() in /var/www/html/test.php on line 10 提示这类错误。以前好好的。今天我在/home/www下又装了了个PHP 是不是这个原因?? 重启apache 和 tomcat 也不行啊。。 着急。。 配置什么都没有变。。不知道为什么。。 急。谢谢啊

by 守住每一天 - PHP - 2006-11-14 16:57:17 阅读(2753) 回复(8)