beginner question - where to find include files?

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?
 
S

SvenC

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top