Thread: Missing header?!?!

  1. #1
    Registered User
    Join Date
    Jan 2002
    Posts
    2

    Unhappy Missing header?!?!

    I downloaded a source code to a program, then i try to compile in my different compilers, djgpp, borland, visual, and dev c++, none of them have the headers for the program. How would i ever compile something that i've downloaded if i dont have the headers? i tried downloading headers from lycos.com and stuff but the headers are wrong versions or something....can someone tell me how i would get it to work!?

  2. #2
    S­énior Member
    Join Date
    Jan 2002
    Posts
    982
    You can't download headers. It's probably a non-standard header that will only work with the compiler it comes with (along with the library, that you'll need aswell as the header).

    What's the header/functions that you're trying to use?

  3. #3
    Registered User
    Join Date
    Jan 2002
    Posts
    2
    ahhh, crap, i have no clue anymore, i deleted the p.o.s., what if i tried to compile on a linux machine?? wouldnt linux have all the library files needed?

  4. #4
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    The only reasonable answer is maybe.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. missing header file...
    By roaan in forum C Programming
    Replies: 6
    Last Post: 07-03-2009, 07:43 AM
  2. Singleton problems
    By techrolla in forum C++ Programming
    Replies: 16
    Last Post: 01-02-2005, 04:05 PM
  3. Missing header files and libraries with Borland
    By quagsire in forum C++ Programming
    Replies: 5
    Last Post: 03-26-2003, 06:19 AM
  4. odd errors from msvc std library files
    By blight2c in forum C++ Programming
    Replies: 6
    Last Post: 04-30-2002, 12:06 AM
  5. Replies: 6
    Last Post: 04-02-2002, 05:46 AM