Re: How to add #include to existing work

2009-08-20 Thread David Nečas
On Wed, Aug 19, 2009 at 07:53:05AM -0700, Monchai Lertsutthiwong wrote: > In order to use GTK as a GUI for my existing work in C language, I need > to add "gtk.h" and "glib.h" to the include files on my existing work. > > However, I don't know how to embed these two include files properly > into t

How to add #include to existing work

2009-08-20 Thread Monchai Lertsutthiwong
Hi all, I have a problem about how to embed "gtk.h" library into existing work. My existing work is written in C programming language and I use automake to compile it. At this point, I want to create a graphical user interface (GUI) with GTK+ for my existing work. For example, in GTK+, if I wa