Tagged Questions
The windows-sdk tag has no wiki summary.
17
votes
4answers
5k views
How to get the Windows SDK folder in MSBuild?
What would be the way to retrieve the Windows SDK folder in an MSBuild task?
Using the generateBootstrapper task I'm creating a bootstrapper for my setup to be able to install the pre-requisites. ...
11
votes
4answers
4k views
MSBuild on TeamCity Server can't find AL.exe
I'm having a problem on my TeamCity CI build server where during compilation I get the following error:
C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(2342, 9): error ...
8
votes
1answer
6k views
What is NetFx in the Windows SDK?
What is NetFx, in the context of the Windows SDK? What differentiates NetFx tools from the tools in the regular SDK bin directory?
I noticed that the version of sgen.exe in C:\Program Files\Microsoft ...
6
votes
2answers
2k views
WindowsSdkDir is not set correctly in Visual Studio 2010
So i've been searching this for quite a while now, to no avail! Has anyone figured out how to change the $(WindowsSdkDir) macro in visual studio 2010, to make it point to whatever version of the ...
5
votes
3answers
5k views
Switching VS2010 to use Windows 7.1 SDK
I've used VS2008 on my development machine for some years now, with windows SDK v7.1.
I've installed VS2010, and it's using the Windows SDK v7.0a, but I need it to use the Windows 7.1 SDK (which I ...
5
votes
1answer
796 views
Issue with clickonce bootstrapper and msbuild
I have a CruiseControl .NET build server running on Windows Server 2003, and I am trying to build and publish my ClickOnce application using msbuild.
Everything is working fine, except when I enable ...
5
votes
2answers
1k views
When do you need the Windows SDK for MSBuild?
I'm setting up my first build server for .NET 3.5 projects, and found this interesting line in the MSBuild log after a successful build of a simple test application:
Could not locate the expected ...
4
votes
3answers
4k views
How do I add a manifest to an executable using mt.exe?
I'm trying to use mt.exe from the Windows SDK to add a manifest to an executable file that doesn't have one, using the following command line:
C:\winsdk61>mt.exe -nologo -manifest ...
4
votes
3answers
6k views
WindowsSdkDir is not set correctly in Visual Studio 2008?
I'm attempting to build some C++ code that requires the Windows 7.0 SDK header files and libraries. My VC++ Directories is set to:
$(VCInstallDir)include
$(VCInstallDir)atlmfc\include
...
3
votes
2answers
94 views
Notify Icon Receives WM_LBUTTONDBLCLK But Not WM_CONTEXTMENU
I added a notification icon to my dialog based application, and it received WM_LBUTTONDBLCLK when the icon is double clicked on, but it is not receiving WM_CONTEXTMENU when the icon is right clicked ...
3
votes
1answer
958 views
Building a custom credential provider for Windows 7
After looking through the code for building custom credential providers for Windows 7, I managed to get my own tile to show up on the logon screen, and can logon as the desired user. However, I am ...
3
votes
1answer
302 views
What happened to WINVER and _WIN32_WINNT guards in windows.h?
In Using the Windows Headers, Microsoft claim that _WIN32_WINNT and NTDDI_VERSION can be used to prevent defining API functions for newer versions of Windows. However, this does not seem to be ...
3
votes
2answers
353 views
When do I need the Windows SDK and what is .NET for?
I am a student and after taking some introductory programming courses in Java, C, and just finishing up a book on C++, I would like to start developing applications for Windows.
I have done my best ...
3
votes
1answer
172 views
Why does the token returned by LogonUser() in Win x64 not belong to LOCAL group?
I have a piece of code that calls LogonUser() followed by CreateProcessAsUser(). In Win32, the resulting process belongs to a user (say, TESTDOMAIN\user1) who belongs to the LOCAL group. However, in ...
3
votes
3answers
3k views
Windows 7 SDK installation failure
I seem to be completely unable to install the Windows 7 SDK onto my machine, and the only solution I've found on the web is to make a swathe of registry changes. I've done this - still no success.
...
2
votes
1answer
41 views
What windows SDK parts are needed to run sn.exe
I want to run sn.exe in order to be able to run a delayed signed project in a server. If I install the whole windows SDK everything runs smoothly, but which exact part of SDK is needed? I am asking ...
2
votes
4answers
76 views
Best way to remove collision of names in c++
I just upgraded from WinXP to Seven and I had to add the Windows SDK to my project to make it compile.
So far so good but my second project hit a snag, 'PlayerState' is used in my project as a class ...
2
votes
3answers
255 views
Compile ATL project with only Windows SDK 7.1
I have a project which needs to be compiled. It is compiled on our build server which I have only installed Windows SDK 7.1 on. I would like to not have to install an actual Visual Studio on this ...
2
votes
1answer
118 views
Error including fwpmu.h in Visual Studio 2010
I'm trying to call some WFP functions from a C++ CLR class library (New Project -> Visual C++ -> CLR -> Class Library)
Code:
#include <windows.h>
#include <fwpmu.h>
#pragma comment (lib, ...
2
votes
1answer
237 views
Windows SDK License
A simple question I suppose, with a potentially complicated answer:
Is the Windows SDK free as in Beer?
I know it provides virtually the same compilers and commandline tools that the paid ...
2
votes
2answers
416 views
How to use a specific Windows SDK with MSBuild?
I have a large project made of many C++ and C# projects, and a MSBuild (3.5) script to build the whole thing. This script is based on the VCBuild (C++ projects) and MSBuild (C# projects) tasks. It is ...
2
votes
2answers
153 views
Using the Windows 7 and DirectX SDKs with VS2005
I have Visual Studio 2005 and want to teach myself DirectX in my free time. I downloaded the latest Windows 7 and DirectX SDKs. According to Microsoft's website, the latest DirectX SDK is not ...
2
votes
4answers
83 views
Understanding a #define directive
Looking at the Windows SDK, I found this #define directive for MAKEINTRESOURCEW:
#define MAKEINTRESOURCEW(i) ((LPWSTR)((ULONG_PTR)((WORD)(i))))
Can someone explain to me what the heck that means? ...
2
votes
3answers
303 views
What is inside Windows SDK?
For developing programs for windows, we need windows SDK. I understand that this SDK is what helps to create windows and handle window events and all that. I suppose it also enables us to manipulate ...
2
votes
1answer
641 views
Why is my Platform environment variable defined as 'BNB'?
Something, maybe the windows sdk or visual studio installer, has defined the Platform environment variable and given it the value BNB.
What does BNB mean, and why is Platform set to BNB?
Thanks.
...
2
votes
2answers
190 views
Send a break byte with windows com-port
Here is a copy of the datasheet from a microcontroller:
Break characters are a full character
time of logic 0 (including a 0 where
the stop bit would be normally).
This is what I want to ...
2
votes
1answer
2k views
Vista / Win 7 SDK bufferoverflowu.lib linking error
Hey All,
I downloaded the Windows SDK 7.0A to explore some things I was reading about. I downloaded some samples that work with the SDK but when I try to compile them I get an error. I looked in the ...
1
vote
1answer
126 views
Building C++ project on a PC with Windows SDK 7.1 but without VS2010
I have a C++ project (some sort of a console 32-bit appplication) developed in VS2010, which builds just fine on my PC (Windows 7 32-bit). My PC has Microsoft SDK 7.0A installed, which I think comes ...
1
vote
1answer
141 views
How to use makecab.exe to create cabinet (*.CAB) file using ALL FILES in a folder?
How to use makecab.exe to create cabinet (*.CAB) file using ALL FILES in a folder?
I have a large number of files and its very hard to add them in the .DDF file which is used by makecab utility. So I ...
1
vote
0answers
84 views
Relationship between Windows 7.1 SDK and Visual Studio 2010
Does installing the Windows SDK alter an existing installation of Visual Studio 2010?
After installing Windows 7 SDK, for each VS 2010 solution/project I have to change the value for Platform Tools ...
1
vote
1answer
164 views
Get command line string of 64-bit process from 32-bit process
The code below works for me well to get command line string of 32-bit process from a 32-bit app, 64-bit process from a 64-bit app and 32-bit process from 64-bit app. This will break if I try to use ...
1
vote
1answer
68 views
Coping with several Windows SDK versions on build server
We have a TeamCity build server with a couple of agents set up to build code on check in for several c++ projects. Now, we've run into some problems regarding handling dependencies on Windows SDK ...
1
vote
1answer
51 views
How to add and implement a new interface to an Inproc COM server
I've implemented a windows deskband (using the windows SDK sample) and need a way to communicate (one call to start IPC with another application, IPC is already working) with it.
My COM experience is ...
1
vote
2answers
124 views
get handle in thread function
whole code download: http://tunps.com/tmp/UsbAutoCopy.zip
here is the WinMain :
int APIENTRY WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance,
LPSTR lpCmdLine, int ...
1
vote
2answers
366 views
windows mobile 6.5 sdk don't run under windows 7?
I'm on windows 7 and I try to install visual studio 2008 with the windows mobile 6 standard SDK in order to develop application for windows mobile 6.1/6.5.
I've installed visual studio 2008 and it ...
1
vote
1answer
223 views
Permcalc.exe for .NET 4.0
Im trying to find the permcalc.exe tool described here: http://msdn.microsoft.com/en-us/library/ms165077(v=VS.90).aspx
But i cant find an actual download link. If i open the Windows SDK command ...
1
vote
2answers
145 views
How do I detect when the sound has finished playing when using PlaySound in Win32 SDK?
I am using the PlaySound function from the Win32 SDK to play a wave sound file. Currently, I have the following line of code:
PlaySound(szFile,NULL,SND_FILENAME );
But now I want to know, how I can ...
1
vote
1answer
169 views
Adding the same filter multiple times to a DirectShow Graph
the problem I have is a bit difficult to explain without first explaining what I'm trying to do so I will start with that. I'm trying to grab samples from multiple video streams using the Sample ...
1
vote
1answer
144 views
How do I implement a DShow filter for reading specialized AVI file
I'm trying to write DirectShow filter which will read file containts some xml-data at the beginning and avi video after it. I'm going open a file in the filter, skip the xml-data and begin the ...
1
vote
2answers
202 views
Microsoft SDK Version
The error I am getting is here:
#if defined( _WIN32 )
#ifndef WIN32
#error error // error calls here
#endif
I wrote a program in MS VS2008 that works fine, however when I transfer ...
1
vote
0answers
332 views
Windows SDK - C# - Debugging process exiting with error code -1073741502
SHORT VERSION
How do you figure out which DLL is failing to load (and potentially why) when a process exits with error code -1073741502?
LONG VERSION
I'm trying to write a pretxnchangegroup hook ...
1
vote
1answer
154 views
Microsoft Windows 7 SDK .NET 3.5 vs 4
I have seen that there are several different versions of the Microsoft Windows SDK:
7/.NET 3.5: http://www.microsoft.com/downloads/en/details.aspx?FamilyID=71DEB800-C591-4F97-A900-BEA146E4FAE1 (1.4 ...
1
vote
1answer
1k views
Windows SDK 7.1 + Visual Studio 2010
I've installed Windows SDK 7.1 on my x64 PC under the path that can be seen in the screenshots and I configured my project to use it but now i have a lot of errors when I try to compile my project as ...
1
vote
1answer
832 views
Using Windows SDK 7.1 inside Qt Creator
I have a personal project I'm working on that requires Microsoft SAPI5 -- text to speech and Speech Recognition. I have already built out a lot of the application, but I've decided to switch and try ...
1
vote
1answer
344 views
Usefull command line tools in .NET Framework/Windows SDK(svcutil.exe, xsd.exe… etc)
As I learn more and more about SV2010 and .NET Framework/Windows SDK, I have the sensation that there are many features that I don't know, and I'm pretty sure that I will not know about them when I ...
1
vote
2answers
494 views
Windows poll or select on Named pipe
Can I use select and poll on the Named pipe handle in windows? It will be great if an example can be given. (I am very new to windows programming)
In case one of process goes down and I am polling on ...
1
vote
3answers
832 views
Unresolved external symbols in compiling 32 bit application in Windows 64
So I am trying to compile legacy app from 32 bit to 64 bit..
I re-compiled all of the libs it used and made it look into WIN SDK6.0A x64 bit for libs..
I am using:
Visual Studio Professional ...
1
vote
1answer
432 views
get any UI element's on screen position for any application in windows
is there a way in any programming language, perhaps using the Microsoft SDK, to get the on screen position of UI elements within a window of any application ? If so, could you please provide guidance ...
1
vote
2answers
1k views
Disabling Screen Saver and Power Options in C#
I am writing an application in C# that plays a movie. I need to figure out how to disable the screen saver and power options using C#.
I know the Windows SDK API has a function called ...
1
vote
2answers
1k views
What happened to signwizard in signtool of Windows SDK 7.0?
I'm looking for the convenient signwizard in signtool.exe but cannot find it anymore in the Windows SDK 7.0.
Is it in a separate tool now or is there only the CLI left?