G Guest Dec 29, 2004 #1 I'm trying to compile an existing program and I can't seem to find the "windows.h" file. Where can I get this?
I'm trying to compile an existing program and I can't seem to find the "windows.h" file. Where can I get this?
V Vladimir Nesterovsky Dec 29, 2004 #2 I'm trying to compile an existing program and I can't seem to find the "windows.h" file. Where can I get this? Click to expand... You can try #include <windows.h>
I'm trying to compile an existing program and I can't seem to find the "windows.h" file. Where can I get this? Click to expand... You can try #include <windows.h>
C Carl Daniel [VC++ MVP] Dec 29, 2004 #3 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? Click to expand... 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
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? Click to expand... 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