Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: tej on February 01, 2011, 02:16:12 pm

Title: graphics.h file not found error,i'm a new to C::B
Post by: tej 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?
Title: Re: graphics.h file not found error,i'm a new to C::B
Post by: killerbot 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.
Title: Re: graphics.h file not found error,i'm a new to C::B
Post by: oBFusCATed on February 01, 2011, 03:00:29 pm
Or search the forum, there are many people with your problem...