Tagged Questions

0
votes
1answer
88 views

Getting GPU clock speeds with SetupDiEnumDeviceInfo

Hi everyone! 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 …
1
vote
1answer
72 views

Problem compiling Platform SDK program

Hi all, 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 …
1
vote
3answers
307 views

VC6 and odd WINVER message during compile

I get the following message in a VC6 project compile: OTE: WINVER has been defined as 0x0500 or greater which enables Windows NT 5.0 and Windows 98 features. When these headers were released, …