gnome_init (...) crash!
- From: antongiulio <antongiulio email it>
- To: gnome-devel-list gnome org
- Subject: gnome_init (...) crash!
- Date: Mon, 6 Sep 2004 10:38:34 +0200
Hi,
I have compiled this code (from anjuta) to start a new app:
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <gnome.h>
#include <glade/glade.h>
int main (int argc, char *argv[])
{
GtkWidget *window1;
GladeXML *xml;
#ifdef ENABLE_NLS
bindtextdomain (GETTEXT_PACKAGE, PACKAGE_LOCALE_DIR);
textdomain (PACKAGE);
#endif
gnome_init (PACKAGE, VERSION, argc, argv);
glade_gnome_init ();
/*
* The .glade filename should be on the next line.
*/
xml = glade_xml_new (PACKAGE_SOURCE_DIR"/proj3.glade", NULL, NULL);
/* This is important */
glade_xml_signal_autoconnect (xml);
window1 = glade_xml_get_widget (xml, "window1");
gtk_widget_show (window1);
gtk_main ();
return 0;
}
but it crashes on gnome_init(...) function? Why?
Thanks,
Giulio
--
Email.it, the professional e-mail, gratis per te: http://www.email.it/f
Sponsor:
Migliaia di prodotti al prezzo che decidi tu. Fai subito la tua offerta!
Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=1650&d=6-9
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]