PDA

Click to See Complete Forum and Search --> : anyone to email me windows.h?


Olly
Jul 31st, 2001, 06:58 AM
sorry for that topic ;) but i really need that file.... (moved to another computer for 2 weeks which hasn't got any header files
:( )

pleeeeeeeeeaaaaaaaaseee, i need it so desperately!!! :(

(im using a 3rd party compiler now btw, not ms c++ ergo it'S not included)

parksie
Jul 31st, 2001, 11:10 AM
You need a lot more than windows.h - you need the entire set of headers, libraries, and IDL files (if necessary). What compiler are you using? 16-bit? 32-bit?

Olly
Aug 2nd, 2001, 11:32 AM
Your'e so damned right ;) I just realized that problem (the compiler is called "Miracle C"). You know, I still got to learn a lot more about C. But luckily I had the chance to install Microsoft's compiler. Miracle C is also a 16bit compiler. So it wouldn't work anyway.
Do you know some good 32bit compiler (neither Borland nor Ms)?
now I can go on.

(damned windows programming with all that dependencies :)
Would be interesting to know of how many header levels windows.h is depending of.)

parksie
Aug 2nd, 2001, 11:41 AM
GCC is good. However for Windows programming you'd need it as part of Cygwin. What's wrong with using the MS or Borland compilers? The command line compiler is free from Borland.