Tagged Questions

1
vote
3answers
1k views

Where to download windows xp platform SDK?

I want to compile a code that I have from long time ago using VS express 2005. The code needs windows.h which is not part of VS 2005 and I found that I need to install platform SDK. But I cannot ...
1
vote
1answer
134 views

Problem compiling Platform SDK program

I'm trying to compile the example from here; http://msdn.microsoft.com/en-us/library/ms682619(VS.85).aspx I've installed the Platform SDK, but I'm getting these errors; Error 1 error LNK2019: ...
0
votes
1answer
94 views

On ILCreateFromPath and error checking

In PSDK reference for ILCreateFromPath there is no information how function behaves when failed (and, more important, how to get extended error information). Is it documented somewhere else?
0
votes
1answer
96 views

How to tell *which* member in MIB_IPFORWARDROW structure is invalid?

A call CreateIpForwardEntry returns ERROR_INVALID_PARAMETER. The PSDK documentation describes this error as: The pRoute parameter is NULL, SetIpForwardEntry is unable to read from the memory ...
0
votes
1answer
698 views

Getting GPU clock speeds with SetupDiEnumDeviceInfo

I posted a question earlier regarding obtaining GPU clock speeds, but I guess the thread appeared as already answered since someone had replied to it. I'd been advised by one of your members to try ...