Where can I find missing header files

Oct 15, 2008 at 1:51am
I have been trying to gather the header files my compiler seems to be missing without much luck. Can yall give me some tips on how to run a successful google search for them?

Better yet, its there a one stop shop for header files?

ATM the files I need are:
windows.h
commctrl.h
dos.h
Oct 15, 2008 at 4:11am
Well, this is probably a stupid question but, are you running this on a windows machine?
Oct 15, 2008 at 4:22am
Yes, win vista =[. I am using the Bloodshed Dev-C++ v4.9.9.2 compiler.

Im curious to why it matters. Is there a difference in header files between windows and linux matchines? (Can you compile C++ on a mac?)
Last edited on Oct 15, 2008 at 4:22am
Oct 15, 2008 at 4:33am
Well, if you are on a windows machine, you *should* have windows.h on your computer somewhere...try checking your include paths to make sure they are correct...although I don't know where they are on Vista. Also, you have the Windows SDK, right?
Oct 15, 2008 at 5:03am
=] Thanks firedraco. I found it in a different folder.
Oct 15, 2008 at 5:13am
Ok then, good luck with whatever you are doing :)
Topic archived. No new replies allowed.