ChinaUnix.net
相关文章推荐:

atc20 error `PATHMAX' undeclared

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

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

相关讨论

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

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

public static void main(String[] args) { // Set up the environment for creating the initial context LDAPConnection ld = null; int status = -1; try{ ld = new LDAPConnection(); /* Connect to server */ String MY_HOST = "huyan.com"; int MY_PORT = 16830; ld.connect( MY_HOST, MY_PORT ); String MGR_DN = "cn=Directory Manager"; String MGR_PW = "managers"; ld.authenticate( MGR_DN, M...

by carinnar - Java - 2006-07-21 11:26:19 阅读(2706) 回复(2)

什么问题呀? :?:

by manchan - AIX - 2003-07-04 09:13:10 阅读(1526) 回复(7)

solaris10重启后出现了这样的错误: kernel /platform/i86pc/kernel/unix module /platform/i86pc/boot_archive error 20: Multiboot kernel must be loaded before modules 重启之前我安装了一个sun studio,不知这个问题应该如何解决呢? 大家出出主意吧~谢谢

by rzexin - Solaris - 2008-09-23 23:06:56 阅读(2214) 回复(1)

各位大侠, 请问谁能够查一下SUN的支持文档,看看 "Fatal error reported by: (PCI-PBM)" 可能会是什么问题啊? 我没有SUN的合同号,没法查. Google上没查到有价值的线索. 除了在自动重启时在console口上出现该信息之外, 系统没有保留其他出错线索, 没有 coredump. 自动重启的时间不一定,有时一天好几次,有时几天不重启. Netra 20 以前大概又叫 Netra T4. 急等,先谢谢了.

by pegasusw - Solaris - 2006-06-30 14:44:23 阅读(2415) 回复(7)

求教:apache产生的error.log文件一天之内竟然20G,怎么解决?

by tianbu - 服务器应用 - 2007-05-24 11:48:09 阅读(2160) 回复(3)

我在编译802.1x认证服务器freeradius-2.1.3的时候,里面要编译一个python的程序,文件名为rlm_python.c,出现了很多变量未声明的错误。此文件引入了#include 文件 python用的是redhat9自带的python-2.2,不知是不是版本太低了。 那位帮忙看一下,错误如下, rlm_python.c: In function `python_error': rlm_python.c:163: `PyGILState_STATE' undeclared (first use in this function) rlm_python.c:163: (Each undecla...

by qinquan - Python - 2008-12-10 14:59:17 阅读(1891) 回复(0)

#include #include #include int main() { printf("%d\n",sizeof(long)); printf("%d\n",sizeof(off64_t)); printf("%d\n",sizeof(long long)); } a.c:8: error: ‘off64_t’ undeclared (first use in this function) a.c:8: error: (Each undeclared identifier is reported only once a.c:8: error: for each function it appears in.) 请问为什么不能用off64_t ? off64_t 和long long有什么...

by darkslack - C/C++ - 2011-12-28 19:50:58 阅读(10885) 回复(5)

`INADDR_ANY' undeclared (first use in this function) google 了也没找到有线索的东西. 不知道是哪的原因 ? 还有这个: storage size of `server_addr' isn't known 谢谢.

by bst - C/C++ - 2005-04-04 18:47:02 阅读(4982) 回复(3)

听说加班挺多而且没有加班费,是不是这样子的,大概一个月最多最少会加多少小时,还有普通developer的待遇大概在什么范围?

by faint_u - IT职业生涯 - 2005-05-06 14:03:29 阅读(880) 回复(0)