Results 1 to 6 of 6
everytime i compile a C program with gcc i get the error "windows.h: No such file...blah blah blah". any directions or line would be greatly appreciated. tnx!...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-30-2004 #1Linux User
- Join Date
- Nov 2002
- Posts
- 420
knoppix missing windows.h
everytime i compile a C program with gcc i get the error "windows.h: No such file...blah blah blah". any directions or line would be greatly appreciated. tnx!
- 07-30-2004 #2Just Joined!
- Join Date
- Oct 2003
- Location
- The Netherlands
- Posts
- 89
as far as i know windows.h is specifically for windows, this means that the sourcecode that depends on windows.h can only be compiled on windows, not linux...
- 07-30-2004 #3
no, it should be compileable, you just need to find it, probably just download it, is this programming that you have written yourself? in witch case you should know where windows.h is and just need to point the compiler to it.
- 07-30-2004 #4Just Joined!
- Join Date
- Oct 2003
- Location
- The Netherlands
- Posts
- 89
o, didn't knew that, but what i do know is that in a lot of exploits <windows.h> is included...
- 07-30-2004 #5
- 07-31-2004 #6Linux User
- Join Date
- Nov 2002
- Posts
- 420
first of all thanks for ur e4rts....,
i'm typing the gcc proggy.c -o proggy.
am i doing something wrong?


Reply With Quote
