Code::Blocks Forums
User forums => Using Code::Blocks => Topic started 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?
-
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.
-
Or search the forum, there are many people with your problem...