Thread: Graphics header file problem

  1. #1
    Registered User
    Join Date
    Sep 2001
    Posts
    1

    Question Graphics header file problem

    Just wondering if someone could help me with this header file problem of mine. I'm using the Bloodshed Dev-C++ 4.0 compiler and it doesn't come with a graphics header. After downloading a few and trying them all, they all came up with the same error

    "Graphics.h:13:_defs.h: No such file or directory"

    I've looked everywhere to find out what is wrong but nowhere do they have anything about graphics for that program. Please, someone help me.

  2. #2
    of Zen Hall zen's Avatar
    Join Date
    Aug 2001
    Posts
    1,007
    I'm not sure what graphics you're trying to create, but you need the libraries aswell as the header files (if it's a dos based grahics library then it won't work on windows).

    Check the FAQ.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. File transfer- the file sometimes not full transferred
    By shu_fei86 in forum C# Programming
    Replies: 13
    Last Post: 03-13-2009, 12:44 PM
  2. Checking array for string
    By Ayreon in forum C Programming
    Replies: 87
    Last Post: 03-09-2009, 03:25 PM
  3. Need help understanding Header Files
    By Kaidao in forum C++ Programming
    Replies: 11
    Last Post: 03-25-2008, 10:02 AM
  4. Basic text file encoder
    By Abda92 in forum C Programming
    Replies: 15
    Last Post: 05-22-2007, 01:19 PM
  5. Request for comments
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 01-02-2004, 10:33 AM