The windows-sdk tag has no wiki summary.
1
vote
2answers
26 views
Windows Kit 8.0 and Visual Studio 2012 - are they shipped together? [closed]
I'm a novice with Visual Studio 2012 development and I have been given a machine where there are some header files I need in the following directory
C:\Program Files (x86)\Windows Kits\8.0
I'm ...
0
votes
1answer
35 views
MSBuild compile error “resgen.exe” .Net FX 3.5 Tools
Im trying to compile a project made in VS2012 in Windows 7 x64.
Trying to compile it in a virtualmachine with Windows 7 x86 and .Net framework 4.0 installed using MsBuild 4.0 but I get this error ...
0
votes
1answer
24 views
Has FxCop been removed from the Windows SDK for Windows 7?
I have been searching high and low for the definitive answer as to how to get hold of the latest version of FxCop and despite the release notes saying:
6.3.6 FXCop Setup is Now Located Under the ...
0
votes
0answers
24 views
MS C++ Compilation error building node-mongodb-native
I'm trying to install node-mongodb-native on a Win7 64 machine, but the installation is failing.
I've installed the Microsoft Windows SDK for Windows 7 which I understand contains the compiler and ...
1
vote
2answers
75 views
Cannot uninstall VC++2010: Error: A newer version of Microsoft Visual C++ 2010 Redistributable has been detected on the machine
I am trying to install the Microsoft Windows SDK for Windows 7 and .NET Framework 4. It fails, complaining about error 5100, as referenced at http://support.microsoft.com/kb/2717426 That link says ...
0
votes
1answer
78 views
Warnings using VS2012 and DirectX (june 2010)
I am trying to continue working on my VS2010 project in VS2012. I use Directx 11 (june 2010) release and whenever I debug my code, bunch of warnings pops up.
Like this:
6>C:\Program ...
1
vote
2answers
76 views
Build C++/C# created with Visual Studio 2012 without VS 2012 being installed?
If I have a Visual Studio Solution file of VS2012 with few C++ native projects and a few C# projects, can I build this solution without installing Visual Studio 2012 itself?
This would ease (among ...
0
votes
1answer
30 views
Inclusive function timings in windows performance analyzer or xperf
Is it possible to show inclusive function timings, i.e. the total time a function and all its children ran in the windows performance analyzer and/or xperf. I want to know the time independent of the ...
1
vote
1answer
76 views
What development environment is required to target `C++ 2008 Redistributable`?
Last week I inherited a legacy unmanaged C++ application.
Unfortunately the project settings are not 100% reliable, and there is no documentation. What I do know is that the product was deployed ...
0
votes
1answer
462 views
Problems installing Windows SDK 7.1 for dot.net Framework 4.0 / 2 Problems in 1
Since yesterday i try to install windows sdk 7.1 for dot.net Framework 4.0 on my windows 7 x64
machine. I get everytime the same Error during the installation.
Error message:
"Installation of the ...
0
votes
0answers
43 views
Extending Windows Property Handlers with additional properties
I'm using SSLWare's EZShellExtensions.Net v2011 , they support Property Handlers, but the code doesn't work exactly like I want it to work.
I want to add a couple of new properties to the property ...
6
votes
2answers
253 views
What's C# threading type?
Between three types of threading (kernel-level, user-level and hybrid), which type does C# (or more generally .NET) use?
1
vote
0answers
206 views
how to integrate Windows 8 SDK with Visual Studio 2012
According to the documentation:
http://msdn.microsoft.com/en-us/windows/desktop/hh852363.aspx
By removing the command-line build environment, the Windows SDK no longer ships the following ...
0
votes
0answers
59 views
Where is Microsoft Windows SDK folder located in Windows XP and Windows 98?
I have to use Microsoft SDK directory path in my c# code. In Win 7 i can easily get it by following line(hard-coded):
string path = Path.GetFullPath("C:\\Program Files (x86)\\Microsoft ...
1
vote
1answer
547 views
MFC- Programatically Disable Charms Bar
I need to programatically disable Windows 8 charms bar.
On MSDN i can find sample code to do that.
However while using that code snippet with Windows 8 SDK installed on my machine i am getting Linker ...
0
votes
1answer
79 views
Code Signing Certificate Expiration Issue
My code signing certificate is valid from 3/3/12 to 3/3/13 (Comodo)
Will re-newing it issue me a new certificate (.pfx file) ? or can I use the current certificate (.pfx file) after 3/3/13 after I ...
0
votes
1answer
218 views
Has anyone successfully installed Nodejs Soap on Windows 7?
I've been trying for pretty much the whole day now to install milewise's nodejs Soap client. I'm simply running the following from the cmd as an administrator:
cd: c:\Program Files\nodejs
npm ...
0
votes
1answer
165 views
DirectX 11.1 toggle stereoscopic
I'm fiddling with the Direct3D stereoscopic 3D sample, and was wondering if there is any way to toggle the stereoscopic view on and off while the app is running. I'm tried manually setting ...
0
votes
1answer
42 views
Are all templates completely installed in my Windows Phone SDK 7.1?
i got an ebook from the net to learn windows phone developing 7.1 I was reading the book i saw this..that it was given a command to open the XNA Template but...
I realized the i see no more than 2 ...
1
vote
1answer
217 views
Should I install Windows SDK after
I have Windows 7 x64 with Visual Studio 2012 Ultimate. I want to build Win32 applications and also its x64 build. No Windows Phone, neither windows store application is my concern.
Should I install ...
1
vote
1answer
196 views
PowerPacks namespace error in visual studio express 2012
I am trying to build a project in Visual Studio 2012 and i get this error
The type or namespace name 'PowerPacks' does not exist in the namespace 'Microsoft.VisualBasic' (are you missing an assembly ...
0
votes
0answers
118 views
Set default Platform Toolkit to Windows7.1SDK in Visual Studio 2010?
In visual Studio 2010, how do I set the 'Platform Toolkit' to 'Windows7.1SDK' as a global DEFAULT for all Solutions/Projects opened? I'm working with an SDK that has numerous Solutions, one for each ...
0
votes
0answers
218 views
Targeting Windows XP which Windows SDK to use? (7.0a or 7.1)
I'll targeting Windows XP+ in a new project and I'll be using Visual Studio 2010 for the task. Looking at things I saw that Visual Studio ships with the Windows SDK 7.0a, but there is a newer one that ...
2
votes
0answers
467 views
Windows SDK 8: Confusion Regarding Install Location, folder nomenclature and WindowsSdkDir_old env variable
While working with Visual Studio 2012 build system, unlike previous SDK Versions, I realized, the Windows SDK 8 gets installed into two separate locations
C:\Program Files (x86)\Windows Kits\8.0\ - ...
0
votes
1answer
101 views
Where's d2d1.h's source file?
The first few lines of d2d1.h in Windows SDK's that contain them (e.g. the one marked as v7.1) are as follows:
//---------------------------------------------------------------------------
// ...
0
votes
0answers
88 views
Windows SDK - headers and libraries already installed, but not in the “uninstall list”
I have issue with installing windows sdk 7.1 on windows 7.
If I accept license I will get an error. And it wants from me to uninstall "Microsoft Windows SDK for Windows 7 Headers and Libraries ...
0
votes
1answer
76 views
Which Windows SDK is the best for me in C++ Win32? [closed]
I need to develop an application that it could run in any version of Windows XP (Service Pack 1, 2 or not SP) or any higher Windows versions (Vista, 7 or 8).
In this application i need to:
1- ...
1
vote
2answers
153 views
Windows Phone Emulator 7.1 doesnt open
I successfully installed windows phone SDK 7.1 in my pc but when I tried to open the Windows phone emulator it shows an error says "Windows phone emulator is not supported on this computer bcoz this ...
1
vote
0answers
139 views
Set up x64 in Visual C++ 2010
I am trying to learn x64 assembly using Visual Studion 2010.
I was following this video tutorial : x64 Assembly and C++ Tutorial 1: Getting into x64 ASM from C++
As it says, I installed Visual ...
0
votes
1answer
31 views
Discrepancy in SAL annotation between the Windows SDK and MSDN documentation
Can somebody explain this SAL annotation discrepancy in UnmapDebugInformation?
In the MSDN library documentation, the DebugInfo parameter is annotated as being passed in:
BOOL WINAPI ...
0
votes
1answer
428 views
Where should the DirectX stuff be after installing the Windows 8 SDK?
I installed the Windows 8 SDK (which is supposed to include the DirectX SDK).
But my directX stuff is not working (See this question about that).
But on a seperate question, I wanted to ask where ...
0
votes
0answers
170 views
Microsoft Windows SDK 7.1 issues
Sorry for the bad title, but I'm hitting a wall here.
We're setting up buildagents and we don't want to install Visual Studio 2010 SP1 on those.
However this causes a lot of issues, reading the ...
1
vote
2answers
393 views
How to Download Windows Media Device Manager 11 SDK?
I want to compile the examples of the Windows Media Device Manager 11 SDK - but I cannot figure out how to download it. The original download link doesn't work - and in the Windows SDK I cannot find ...
0
votes
1answer
227 views
CreateWindowExA failing on Windows 8 (Pro 64-bit)
Is there a known issue with calling CreateWindowExA on Windows 8 (64-bit) for a 64-bit application?
Context: I'm using the FOX Toolkit (FOX STABLE 1.6.46). When compling and running the most trivial ...
1
vote
1answer
143 views
Creating a Credential Provider using Eclipse CDT
I am currently trying to develop a Credential Provider for Windows 7 32Bit. I am currently using Eclipse CDT to acchieve this. After installing the Windows SDK and setting up CDT correctly I was able ...
1
vote
1answer
329 views
Error when installing Windows 8 SDK
I'm trying to install the Windows 8 SDK. As requested by the installer, I uninstalled the Windows 7 SDK and than started the installation. The installer exits with an error:
You must uninstall ...
1
vote
0answers
370 views
Cannot load the Windows 8 SDK samples in visual studio?
I'm trying to load the directx samples which come with the windows 8 sdk samples. At first VS2010 was telling me that the solutions where created with a newer version of visual studio so I installed ...
3
votes
3answers
1k views
Where are the DirectShow samples in the Windows 8 SDK?
DirectShow samples lived under (SDK samples root)\DirectShow\ in the Windows 7.1 SDK, but the Windows 8 SDK does not have the files neither in C:\Program Files (x86)\Windows Kits\8.0 nor C:\Program ...
1
vote
0answers
103 views
Installing Windows SDK from Command Line [closed]
I am trying to automate the installation of microsoft sdks on our build servers by using command line switches.
The following are required to be installed on our build servers.
...
1
vote
1answer
232 views
Setting up Windows Media Center Plugin Template
I am beginning a project which involves writing a plugin for Windows Media Center.
All I want to do at the moment is run the sample project which is included by default in the Windows Media Center ...
0
votes
2answers
100 views
Is it possible to use RoGetMetaDataFile from non Windows Store App
After reading Larry Osterman's response on the very same issue I am trying to solve at the moment, I thought I had found the answer to my question.
For the record, the question was : how can I from ...
1
vote
1answer
887 views
Need help on setting up matlab to access external c++ compiler
I am currently following SIFTGPU matlab tutorial, and is stuck at this very early section:
SIFTGPU is coded in C++ and must be saved as a .mex (matlab external)
file before it can be called from ...
0
votes
1answer
300 views
Windows SDK path common to Windows XP (32-bit) and Windows 7 (64-bit)
I'm using a tool from the Windows SDK in my Visual Studio project. I need to support both Windows XP (32-bit) and Windows 7 (64-bit) development environments.
The Windows SDK gets installed under ...
0
votes
0answers
303 views
How to group Windows Search results pragmatically like windows 7 search?
How to group Windows Search result like windows 7 search as Programs, ControlPanel, Documents etc? I'm trying the code bellow. Am I doing right? Can anybody guide me on this?
public void ...
0
votes
0answers
102 views
Hiding MTP devices from Windows file dialog using GetOpenFileName()
I'm currently working with an application that uses GetOpenFileName to prompt the user to open some media files. Previously, any MTP devices connected to the system wouldn't show up in this dialog. ...
3
votes
2answers
842 views
Macro definition clash between directx headers and winerror.h
I'm on windows 7 using Visual Studio 2012.
When I compile I get a lot of macro redefinition warnings caused by winerror.h versus dxgi.h, dxgitype.h, d3d11.h, d3d10.h; for example ...
6
votes
1answer
4k views
d3dx11.h not in Windows 8.0 kit
My development platform is windows 7 x64. I have installed VS2012 and I'd like to compile a project that includes some Dx11 code.
Specifically, it includes the following files:
#include ...
0
votes
0answers
79 views
Problems with computer after installing .NET Framework. Is it possible to install Windows SDK without installing .NET Framework?
I use Windows XP, NB, Cygwin and g++ compiler. I found that header files and libraries of Cygwin are out of date, Winsock aplication cannot be compiled with them, functions are missing. So I need to ...
0
votes
0answers
88 views
Compilers from MS Windows SDK. Should they by all means be installed if I begin to use MS Windows SDK?
Now I use NB, Cygwin and g++ compiler. But the libraries and header files that Cygwin offers seem to be out of date. For example Winsock application cannot be compiled with them, some functions are ...
5
votes
2answers
288 views
How to listen to windows events in C#?
I'm developing an lyrics related application and I need to listen to Windows Media Player Events.
I watched windows events in "Accessible event watcher" and I found out that there's some events that ...

