Click here to Skip to main content
15,881,898 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
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);
Posted

1 solution

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
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900