Re: navigation from one form to another.



On Tue, Sep 19, 2006 at 05:45:37PM +0530, sameer tandra wrote:
>   I am developing a reservation application in gtk under linux which
> consists of 10 transaction forms.
> 
> I have expirementing with  two forms in which i am navigating from one form
> to another with a click event.
> In compilation itself i am getting many errors.I am not able to resolve.
> 
> ...
> 
> /tmp/cclYSbJO.o(.text+0xcd): In function `main.0':
> : undefined reference to `Gtk_Widget_show'

C is case-sensitive.  In other words, Gtk_Widget_show is not
the same as gtk_widget_show.

Yeti


--
Anonyms eat their boogers.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]