当前位置: 代码迷 >> 驱动开发 >> win7下驱动开发,环境有关问题,求解
  详细解决方案

win7下驱动开发,环境有关问题,求解

热度:47   发布时间:2016-04-28 10:21:57.0
win7下驱动开发,环境问题,求解
环境搭好了,首先我也不知道这样算不算搭好了,但是出现这样的问题,小的,实在没办法,求大神瞄一眼,给点建议
__declspec(dllimport) long __stdcall ZwQuerySystemInformation(unsigned long,void *,unsigned long,unsigned long *)" (__imp_?ZwQuerySystemInformation@@[email protected]) referenced in function "void __stdcall OnUnload(struct _DRIVER_OBJECT *)" (?OnUnload@@YGXPAU_DRIVER_OBJECT@@@Z)

_declspec(dllimport) struct ServiceDescriptorEntry KeServiceDescriptorTable" (__imp_?KeServiceDescriptorTable@@3UServiceDescriptorEntry@@A)

_declspec(dllimport) struct ServiceDescriptorEntry KeServiceDescriptorTable" (__imp_?KeServiceDescriptorTable@@3UServiceDescriptorEntry@@A)
这个是怎么个问题???
我知道ZwQuerySystemInformation所在的ntdll文件没加载?可是具体应该怎么做?求教

------解决方案--------------------
c和c++对函数名变量名处理不一样而已
  相关解决方案