You have to include ALL the repertory which have header file in Devcpp . So do a research on *.h and include all file in the compilator option for c and c++ . Maybe not the good method but it work for me
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi guys ,
I have downloaded all the gtk packages , intalled them but I can
compile any C program using the gtk library .
I have the libraries in :
C:\Dev-Cpp\include\gtk-2.0\gtk
where all the GTK libraries are .
I have also installed the Gimp Toolkit (GTK+)Runtime library.
How can I compile a C program using the Gtk.h ?
I tried a lot of things but none succesfully .
What should I put in the compiler options in order to compile C programs
that uses Gtk ?
Thanks ,
Regards
Rick Karcher
You have to include ALL the repertory which have header file in Devcpp . So do a research on *.h and include all file in the compilator option for c and c++ . Maybe not the good method but it work for me