【问题标题】:The procedure entry point `GetTickCount64` could not be located in the dynamic link library KERNEL32.dll无法在动态链接库 KERNEL32.dll 中找到程序入口点“GetTickCount64”
【发布时间】:2013-07-24 11:00:11
【问题描述】:

我使用 Visual Studio 2012 Update 3Windows 8 上创建了一个 MFC 应用程序。它适用于 Windows 8,但在 Windows XP 上,它显示以下错误:

The procedure entry point GetTickCount64 could not be located in the dynamic link library KERNEL32.dll

我搜索了解决方案,但据说 Update 3 已修复 Windows XP 的问题。我下载并安装了它,但它没有帮助。 但是,在安装更新之前,我遇到了更严重的错误!

谁能解决这个问题?

【问题讨论】:

  • 那个“worde”错误是什么?

标签: visual-studio-2012 mfc windows-xp


【解决方案1】:

该功能在 XP 中不存在。在该函数的文档中,它说“要编译使用此函数的应用程序,请将 _WIN32_WINNT 定义为 0x0600 或更高版本。” (这意味着 Vista 和更新版本。)如果您这样做,该应用程序将无法在 XP 上运行。

【讨论】:

    【解决方案2】:

    您应该下载 Visual Studio Update 1 或更高版本。然后你可以针对 Windows XP

    请看这里: How to compile for Win XP with Visual Studio 2012?

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2012-09-09
      • 2011-10-19
      • 1970-01-01
      • 2013-08-24
      • 1970-01-01
      • 1970-01-01
      • 2015-09-28
      • 1970-01-01
      相关资源
      最近更新 更多