2

我的项目在 Windows 7 和 8 中正确运行,但在 win xp 中显示以下错误 在此处输入图像描述 ,我安装了 .Net2.0 和 3.5 以及 DirectX,但还出现了错误。项目使用.Net2 我该如何解决这个问题?谢谢

4

3 回答 3

0

您是否尝试过以下方法:

http://qamarsyed.blogspot.nl/2010/08/procedure-entry-point.html

于 2013-11-09T22:34:23.180 回答
0

从 Visual Studio 运行项目时,使用以下步骤将平台目标强制为 32 位:

->Right click on Project
->Select Properties
->Goto Build Options
->Change  "Platform Target" from "ANY CPU" to "X86"

现在运行项目。

于 2013-11-10T11:51:49.223 回答
0

谢谢大家。问题是 WMPLib.dll,我问这个问题can't use WMPLib in windows XP。谢谢你帮助我。

于 2013-11-19T12:45:44.470 回答