Author Topic: using glade in a gtk+ project  (Read 4015 times)

Offline parisa_k

  • Multiple posting newcomer
  • *
  • Posts: 23
using glade in a gtk+ project
« on: December 29, 2008, 05:52:21 am »
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
« Last Edit: December 29, 2008, 06:04:15 am by parisa_k »

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: using glade in a gtk+ project
« Reply #1 on: December 29, 2008, 06:13:04 am »
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++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline parisa_k

  • Multiple posting newcomer
  • *
  • Posts: 23
Re: using glade in a gtk+ project
« Reply #2 on: December 29, 2008, 06:48:16 am »
thanks for your help

« Last Edit: December 29, 2008, 07:50:04 am by parisa_k »