windows.h

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to compile an existing program and I can't seem to find the
"windows.h" file. Where can I get this?
 
Steve Holle said:
I'm trying to compile an existing program and I can't seem to find the
"windows.h" file. Where can I get this?

windows.h is part of the Platform SDK.

I'm guessing that you're using VC++ 2005 Express Edition BEta, which does
not include a copy of the Platform SDK (all versions of Visual Studio do).

You can download the Platform SDK from msdn.microsoft.com/platformsdk

-cd
 
Back
Top