Tagged Questions
3
votes
2answers
98 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
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
173 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 ...
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
260 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
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
69 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
2answers
204 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
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
836 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
3answers
839 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
2answers
2k views
How to set amcap's default color space to YUY2?
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 code or ...
1
vote
4answers
379 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
20 views
Cannot restart RPC server (windows sdk)
I use the following commands to stop the RPC server
RPC_STATUS status;
while(RpcMgmtWaitServerListen() != RPC_S_NOT_LISTENING)
status = RpcMgmtStopServerListening(NULL);
RPC_BINDING_VECTOR ...
0
votes
2answers
90 views
Read and set Group Policy settings from C++ program
I have a standalone Windows-NT based machine (not connected to any network) and I want to be able to read and later set the Group Policy settings via a C++ program.
Here's what I would do manually. ...
0
votes
3answers
95 views
Include header that may or may not exist on Windows
So, I am trying to deal with small differences in the various versions of the Windows SDK but am having trouble determining during compilation precisely what version of the Windows SDK I am building ...
0
votes
2answers
98 views
WinAPI NetUserGetInfo() fails with NERR_UserNotFound error code on Active Directory domain
I'm running the following piece of code from a local service application. The purpose is to obtain the path to a user's profile before calling LoadUserProfile() to load that user's profile before ...
0
votes
1answer
83 views
function pointers and dll load order
I am using function pointers and LoadLibrary. Following is the my code. When I added EvtExportLog after _EvtSubscribe call, it started corrupting _EvtSubscribe values, If i added it before as done in ...
0
votes
2answers
114 views
Which version of the Windows SDK uses xinput1_3.dll?
I currently have Windows SDK 7.0A installed. This version of the SDK contains Xinput.h which references xinput9_1_0.dll:
#define XINPUT_DLL_A "xinput9_1_0.dll"
I need my program to use ...
0
votes
1answer
283 views
Setting up a basic Esent for c++ example
I am trying out this esent example for c++ developers.I have the latest Windows SDK installed and i am using Dec C++.I have my includes at C:\Dev-Cpp\include.I have tried copying esent.h to my ...
0
votes
1answer
169 views
How To Programmatically Cause the Creation of a User's Profile
How To Programmatically Create a User's Profile from the NetworkServices account at
WinServer 2008 r2.
THX, Alex
0
votes
1answer
1k views
Link Error With Visual Studio 2005 Using Windows SDK 7.1
I am in the process of evaluating an upgrade to Windows SDK 7.1
Part of my team's legacy codebase is a large number of ATL web services, which are still maintained using Visual Studio 2005 because (I ...
0
votes
1answer
1k views
How can i determine the version of the Windows SDK installed on my computer?
I've very recently decided to teach myself c++ and win32 programming after learning vb.net, and i've got a very simple question: How can I determine what version of the Windows SDK is installed on my ...
0
votes
2answers
128 views
Use one single DLL library to import other libraries at runtime
I am writing a Win32 DLL library that can be redistributed. I am using different versions of the windows API because I want to support Windows 7 functions, but still have support for Windows 2000 ...
0
votes
3answers
4k views
VC++ compiler for Qt Creator
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 ...
-4
votes
2answers
302 views
atlbase.h not found (VS2008)
Basically, I'm trying to compile CEF on VS2008 EE.
The IDE complains that it cannot find atlbase.h. During some research, I've found this reference.
Considering this isn't the first time I gave C++ ...