Author Topic: graphics.h file not found error,i'm a new to C::B  (Read 5890 times)

tej

  • Guest
graphics.h file not found error,i'm a new to C::B
« on: February 01, 2011, 02:16:12 pm »
hello,
I'm using GNU GCC compiler in C::B ,and while compiling i'm getting an error:graphics.h file not found.
How do i include that file,I'm not able to figure out the directory or path where this file is available.
While using turboC ,it is easier as by checking  in the options->linker->libraries->checking graphic library option.
how is it done in C::B?

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5529
Re: graphics.h file not found error,i'm a new to C::B
« Reply #1 on: February 01, 2011, 02:18:38 pm »
Quote
I'm not able to figure out the directory or path where this file is available.
Just (file) search on your system for that file. Then you will now where it is, and which directory to add to the include directories.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: graphics.h file not found error,i'm a new to C::B
« Reply #2 on: February 01, 2011, 03:00:29 pm »
Or search the forum, there are many people with your problem...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]