Wzcsapi.lib for Win32 or Wlanapi.h and Wlanapi.lib for Platform SDK
I write to this forum because I cannot find the place for the Platform SDK.
1-) I have managed a sample project with Visual 6.0 C++ ATL COM for listing the SSIDs using the Wzcsapi.lib I was succesfull only when my project was compiled in Debug mode. I have the Wireless Lan API Hotfix installed on my Development machine. When I try to build my project with Release MinDependency or Minsize face System error during WZCQueryInterface. The system Error Code is 1008 Error_NO_TOKEN. My project is dynamically exporting and linking the functions of wzcsapi.dll using wzcsapi.h.
I suspect that the Program fails because of the Function Pointer mechanism so I tried to find the wzcsapi.lib for a static link. But guess what? Finding that lib is a mystery. Please any body from Microsoft help me on this subject.
2-) A second approach can be using the Native Wifi API but for this I need to find and install Platform SDK (I have Windows 2003 SDK R2 installed 2006 March Release) which includes the wlanapi.h and wlanapi.lib. I have the Windows SDK for Vista and there are the libraray and include files but compiling them for the Visual Studio environemnt brings many problems together. Please advice me a Platform SDK which includes these libraries.
Note: My project will be specific for Windows XP SP2 and no other operating sysytem

