Hi,
I`m trying to use glade form builder in a project that uses GTk+
I have downloaded and compiled glade ...but there is an error in the line that I`ve included glade
#include<glade/glade.h>
it seems that some path should be added to build option .......which path should be added and where
what should I do
thanks
Add the path that contains glade/glade.h.
The location to add the path is an C::B questions that is OK.
Project -> Build Options
Tab "search directories"
Tab "compiler"
add path to the box.
Tim S
thanks for your help