当前位置: 代码迷 >> VC >> 无法定位程序输入点xxxx 于动态链接库Kernel32.dll
  详细解决方案

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

热度:1384   发布时间:2016-05-05 00:21:52.0
求助 无法定位程序输入点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.




这些从那调出来的?  有什么含义呢
------其他解决方案--------------------
哦了解 谢谢了 那这个报告是从那查看到的呢?
  相关解决方案