News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

using glade in a gtk+ project

Started by parisa_k, December 29, 2008, 05:52:21 AM

Previous topic - Next topic

parisa_k

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

stahta01

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


C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

parisa_k

#2
thanks for your help