How do I use multiple multiple versions of the Windows Platform SDK for VC++ native code development with VS 2008 Professional : like The Windows SDK for Windows 7 and .NET Framework 3.5 SP1 and the one installed by default here: C:\Program Files\Microsoft SDKs\Windows\v6.0A\
相关问题
- the application was unable to start correctly 0xc0
- how to call a C++ dll from C# windows application
- efficiently calling unmanaged method taking unmana
- Why is my COM factory never released during the pr
- How to debug static dependency loading problems?
相关文章
- How to add external file to application files ( cl
- C++: Callback typedefs with __stdcall in MSVC
- Is it possible to check whether you are building f
- Which VC++ redistributable package to choose (x86
- How to convert Byte Array to hex string in visual
- using Visual Studio to copy files?
- The project file '' has been renamed or is
- Visual Studio Profiler showing “[broken]” as funct
you can use the "Windows SDK Configuration Tool" which gets installed with any SDK. When you start that tool, it shows you all the installed SDK's to choose from, and the one you choose is then used in VS2008.