XP SP2中的代码失败,但可以在Vista和Win 7上正常工作 [英] Code fails in XP SP2 while it works fine with vista and win 7

查看:94
本文介绍了XP SP2中的代码失败,但可以在Vista和Win 7上正常工作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在vc ++中的WLAN编码中面临着一个大问题.我的几行代码在Vista和7中正常工作,但在XP中失败,并在运行时出现错误,因为对话框中的过程入口点WlanCloseHandle无法位于动态链接库Wlanapi.dll中".

有时也会出现其他计算机发出的类似并排配置不正确"的错误.

这次我被编程困住了,所以请帮助我.

例如,

WlanCloseHandle(hClientHandle,NULL);

i am facing a big problem in WLAN coding in vc++. My couple of line from code works properly in vista and 7 but fail in XP and gives error in runtime as "Procedure entry point WlanCloseHandle could not be located in dynamic link library Wlanapi.dll" in dialog box.

sometimes error like "side by side configuration is not correct" from other machine also.

this time i am stuck in programming, so please help me.

eg,

WlanCloseHandle(hClientHandle,NULL);

推荐答案

根据 ^ ]最低支持的客户端"部分,您至少需要 XP SP3 .对于带有SP2的XP,您可以下载并使用 [ ^ ].

问候
According to documentation[^] "Minimum supported client" section, you need at least XP with SP3. For XP with SP2 you can download and use this[^].

Regards


这篇关于XP SP2中的代码失败,但可以在Vista和Win 7上正常工作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆