beginner question - where to find include files?

  • Thread starter Thread starter peter
  • Start date Start date
P

peter

I haven't used vc for years. I just downloaded the 2005 vc express and the
IDE.
I'm trying to compile a program that uses a LOGFONT structure. I think it is
defined in fontclass.h or windows.h, but I can't find any .h files in the vc
express installation. Is it a separate download, or do I have to hunt down
the .h file one at a time?
 
Hi Peter,

peter said:
I haven't used vc for years. I just downloaded the 2005 vc express and the
IDE.
I'm trying to compile a program that uses a LOGFONT structure. I think it
is defined in fontclass.h or windows.h, but I can't find any .h files in
the vc express installation. Is it a separate download, or do I have to
hunt down the .h file one at a time?

You have to download and install the Platform SDK to get windows headers.
 
Back
Top