0
votes
0answers
18 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.
…
0
votes
1answer
14 views
Building Visual Studio 2008 Setup projects with the Windows 7 SDK
Is it possible to build a Visual Studio 2008 Setup project with only the Windows 7 SDK installed?
My setup project refuses to build because it can't find "C:\Program Files\Microsoft …
0
votes
0answers
22 views
Unmasking a password field in windows.
I know there are many 3rd party applications that provide this functionality. I'm wondering how they work.
Is it not simply enough to just send the EM_SETPASSWORDCHAR message to the passworded …
0
votes
1answer
105 views
Programmatically select files using C#
When the user selects file(s) or/ and folder(s) , I want to know the names of the selected file(s) or/and folder(s) programmatically.
I think that if I send the message lvm_selected to the explorer …
0
votes
3answers
308 views
VC++ compiler for Qt Creator
Hi,
I want to use the VC++ toolset to build programs for XP and Vista, but I do not want to buy the IDE, because I want to use Qt Creator.
I would download the Windows SDK and the Windows Debugging …
0
votes
0answers
26 views
Video recording problems on Vista Business using Windows SDK
Has anybody encountered problems with camera recording to wmv file format on Vista Business x64 using Windows SDK? I am using a Logitech quickcam 9000 pro webcam and aparently the resulting video is …
0
votes
1answer
82 views
Windows Server 2003 platform SDK
Hello everyone,
I am using Windows Server 2003 x64 Enterprise with SP2 and I want to install platform SDK.
But all I find is from here, and it is called Windows® Server 2003 SP1 Platform SDK. I am …
0
votes
1answer
60 views
Windows Media Services 2008 Programming
Hi All,
I'm looking in to Windows Media Services 2008 development. I've been able to set it up and create a publish point using Server Manager in Win 2008. But what I really want to do is to do this …
0
votes
2answers
97 views
How to integrate MSDN Library, SQL Server Books Online, and Windows SDK Help?
The Short Version:
I want a single, comprehensive MSDN Library, up-to-date and integrated with F1 help in all Microsoft development tools.
The Long Version:
There are at least three products that …
2
votes
2answers
878 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
…
0
votes
1answer
296 views
How does WINVER or WIN32_WINNT affect operating system version as shown by dumpbin
We have an existing (old) codeline that we have recently converted from VC6 to VS2008 (converting to VS2005 along the way). After our conversion, all (or most) of our vcproj files set WINVER to …
1
vote
2answers
411 views
How to set amcap’s default color space to YUY2?
Hi,
AMcap is a app for capturing video or to preview from webcam. Its source code comes with Microsoft Windows SDK as sample.
I want to (bypass the following process of user interaction in amcap …
0
votes
1answer
83 views
Windows 7 SDK RC & Beta version
Dear All,
I've download Windows 7 SDK which was downloaded at the time of the beta release. Now I upgraded to RC and trying with some Direct2D samples. But I can't create the factory pointer using …
0
votes
0answers
39 views
Volume Size on a Quota disk
Can one get the volume total size being a normal user ?
GetDiskFreeSpaceEx does return the Total Number Of Free Bytes but not the Total Bytes.
So the only Total Bytes i get are those of the quota
…
2
votes
2answers
286 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 …
