tags:

views:

117

answers:

1

I want to look at sample code for the Wlan API (MSDN link).

But C:\Program Files\Microsoft SDKs\Windows\<version number>\Samples\ doesn't exist for me. The only directories there are:

  • bin
  • Bootstrapper
  • FXCop
  • Include
  • Lib

I got my SDK (v7.0A) by installing the Visual Studio 2010 beta. OS is Windows Vista.

A: 

You should try the "Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 SP1: BETA". It includes "the documentation, samples, header files, libraries, and tools" NOT included in the "Visual Studio 2010 Professional Beta 1".

merkuro
thanks .
Stefan Monov