Tagged Questions

3
votes
3answers
1k 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. …
2
votes
2answers
860 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 …
2
votes
2answers
282 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 …
1
vote
2answers
410 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 …
1
vote
4answers
218 views

Suitable alternative to CryptEncrypt

We have a situation in our product where for a long time some data has been stored in the application's database as SQL string (choice of MS SQL server or sybase SQL anywhere) which was encrypted via …
0
votes
0answers
17 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
13 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
104 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
300 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
57 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
96 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 …
0
votes
1answer
292 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 2 next
15 30 50 per page