Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
4answers
746 views

What's with “#ifdef _MAC” in Windows header files?

I was browsing through Windows's Platform SDK header files (what a life, right?), and I noticed many places contained references to the preprocessor symbol _MAC. For example: // WinUser.h line 1568 ...
2
votes
1answer
178 views

_Problem with generating PASCAL bindings file from PSDK IDL file

I was trying to generate type library from one of PSDK shipped IDL files, but whilst midl session completes successfully (ERRORLEVEL 0) no .tlb file was generated. Currently i do not have any idea ...
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
2answers
558 views

Need Platform SDK for VC6

Does anyone know where I can download the last Platform SDK to work with VC6? The links I could find by Googling all seem to be dead.
1
vote
1answer
987 views

VC++ Building directshow baseclasses

I am a newbie to DirectX SDK, Platfrom SDK and DirectShow. I downloaded latest Platform SDK and DirectX SDK August'09. I tried to build sample project in folder: Microsoft Platform ...
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: ...
1
vote
3answers
779 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, ...
0
votes
1answer
81 views

(Resolved) Errors while Compiling in Visual C++ 2008, after installation of MS Platform SDK

I was using OpenCV and after I installed Microsoft Platform SDK to work with OpenGL these errors are showing up when trying to compile my opencv project. 1>d:\program files\microsoft platform sdk ...
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
68 views

where is T_SafeVector.h?

From what Platform SDK? Which version? Where can be downloaded? link Thanks.
0
votes
1answer
59 views

DeleteIpForwardEntry Access Denied on Vista

Calling DeleteIpForwardEntry() works perfectly well on Windows XP and Windows 7. On Windows Vista, however, it fails with ERROR_ACCESS_DENIED. The documentation says that "the user lacks the required ...
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
45 views

MIB_IPFORWARDROW metric(s) vs. ROUTE's

In the Windows command line, the 'ROUTE PRINT' command yields a tabular list of entries, with a single column labeled 'Metric'. In the Windows Platform SDK, you can fetch the same values (more or ...
0
votes
1answer
149 views

Using multiple versions of the Windows Platform SDK with VS 2008 Professional

How do I use multiple multiple versions of the Windows Platform SDK for VC++ native code development with VS 2008 Professional : like The Windows SDK for Windows 7 and .NET Framework 3.5 SP1 and the ...
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 ...