无法定位程序输入点xxxx 于动态链接库Kernel32.dll

求助 无法定位程序输入点xxxx 于动态链接库Kernel32.dll本帖最后由 ykd321 于 2012-12-07 17:24:17 编辑Wi

求助 无法定位程序输入点xxxx 于动态链接库Kernel32.dll
本帖最后由 ykd321 于 2012-12-07 17:24:17 编辑 Windows 核心编程 第三章 内核对象
我用的环境是 VS 2010  Windows 2003  运行时报这错 这是什么原因呢 要如何才能解?

源代码:   http://download.csdn.net/detail/ykd321/4858679













[最优解释]

引用:
Requirements
Client
 Requires Windows Vista.
 
Server
 Requires Windows Server 2008.
 
Header
 Declared in Winbase.h; include Windows.h.




这些从那调出来的?  有什么含义呢

msdn ,明确的告诉你 client版 需要vista server版 需要2008

[其他解释]
没有这个函数,Windows Vista才支持。
[其他解释]
Requirements
Client
 Requires Windows Vista.
 
Server
 Requires Windows Server 2008.
 
Header
 Declared in Winbase.h; include Windows.h.
 
Library
 Use Kernel32.lib.
 
DLL
 Requires Kernel32.dll.
 
Unicode
 Implemented as CreatePrivateNamespaceW (Unicode) and CreatePrivateNamespaceA 
 

[其他解释]
Requirements
Client
 Requires Windows Vista.
 
Server
 Requires Windows Server 2008.
 
Header
 Declared in Winbase.h; include Windows.h.




这些从那调出来的?  有什么含义呢
[其他解释]
哦了解 谢谢了 那这个报告是从那查看到的呢?