I might soon start a project to write a Windows credential provider (plugin for the Login UI in Vista and win7). So I built the sample projects in the Windows SDK. All fine, except it defaults to a 32-bits and I am on a 64-bit system. If I use the build configuration manager to try a 64-bit build does nothing but gives no error ("skipped build") - even if I start with a clean tree.
If I just try to use the 32-bit binaries, nothing happens, as in question 5296397. It also turns out that it is not just the credential provider examples that don't build, the other SDK samples I tried behaved the same way.
Details:
- Samples are from the Windows SDK 7.1
- The machine is windows 7, running inside virtualbox
- Guest and host are both 64-bit
- IDE is Visual Studio Express 2008