Tagged Questions

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 ...
1
vote
2answers
365 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 ...
0
votes
1answer
337 views

Microsoft Speech API installation

Which version of Speech API is required for Windows 7 and from where i can download it? I have tried to download, but they said it's part of Windows SDK itself. I have installed it 3 times till now ...
0
votes
2answers
426 views

Microsoft Windows SDK for Windows 7 and .NET Framework 4 (ISO) is backward compatible?

On windows 7 if i install Microsoft Windows SDK for Windows 7 and .NET Framework 4 (ISO) is that enough to work with vs 2008 or should i install also 3.5 sdk ?
0
votes
1answer
385 views

programmatically obtaining special folder write permission using User Access Control in Windows 7 and Vista

I need to write a shortcut in the automatic startup folder for all users. The scenario is that a user with administrator privileges, through the configuration dialog of the application, must be able ...
0
votes
1answer
125 views

Windows 7 SDK RC & Beta version

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 ...