阅读:1099回复:2
使用build的问题
请问各位:
如下提示是什么原因,怎么解决? link() : error LNK2001: unresolved external symbol _DriverEntry@8 h:\\ntddk\\lib\\i386\\hellowdm.sys() : error LNK1120: 1 unresolved externals 谢谢 |
|
沙发#
发布于:2002-08-24 00:18
加个extern \"C\"解决
不过,在build可以通过,在vc下却faint了 |
|
板凳#
发布于:2002-08-24 08:26
#ifdef __cplusplus extern \"C\" { #endif #include \"wdm.h\" #ifdef __cplusplus } #endif |
|
|