| View previous topic :: View next topic |
| Author |
Message |
oib111 I post too much
Reputation: 0
Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
|
Posted: Sat Sep 01, 2007 3:40 pm Post subject: lol, it doesnt have windows.h! |
|
|
I just downloaded visual express C++, and it doesn't have windows.h! lol I need it for a project I'm making, if I just pop in windows.h file where all the other header files are, will I be able to use "include <windows.h"? _________________
| 8D wrote: |
cigs dont make people high, which weed does, which causes them to do bad stuff. like killing |
|
|
| Back to top |
|
 |
Flyte Peanuts!!!!
Reputation: 6
Joined: 19 Apr 2006 Posts: 1887 Location: Canada
|
Posted: Sat Sep 01, 2007 4:15 pm Post subject: |
|
|
You need to download the Platform SDK. VC++ is just a Compiler/IDE.
If you used google you would know that. |
|
| Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Sat Sep 01, 2007 4:22 pm Post subject: |
|
|
| The express edition doesn't come with the platform SDK to keep download size minimal. |
|
| Back to top |
|
 |
oib111 I post too much
Reputation: 0
Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
|
Posted: Sat Sep 01, 2007 4:42 pm Post subject: |
|
|
ok, well I got problem. I put windows.h in. But whenever i use it it cant find windef.h and i dont have that in my other compiler but windows.h works in my other compiler fine. whats going on? _________________
| 8D wrote: |
cigs dont make people high, which weed does, which causes them to do bad stuff. like killing |
|
|
| Back to top |
|
 |
UnLmtD Grandmaster Cheater
Reputation: 0
Joined: 13 Mar 2007 Posts: 894 Location: Canada
|
Posted: Sat Sep 01, 2007 4:47 pm Post subject: |
|
|
Option -> Directories -> Then add the path to where you installed "Windows SDK" (library and includes)
But I think "windef.h" comes with the compiler, not sure. Anyway try what I wrote. _________________
|
|
| Back to top |
|
 |
lurc Grandmaster Cheater Supreme
Reputation: 2
Joined: 13 Nov 2006 Posts: 1900
|
Posted: Sat Sep 01, 2007 5:00 pm Post subject: |
|
|
did u install platform SDK?
theres alot of librarys and includes that Windows.h uses so if u just put Windows.h in there then it wont work _________________
|
|
| Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
|
| Back to top |
|
 |
|