http://mail.gnome.org/mailman/listinfo/gtkmm-list

Generally, you don't get a copy of your own emails. There's a
preference that determines in your account setup.

>Hi!
>Before I go any further you should know that I am developing under
MSW-XP and >G++ 3.4.2
>Now, to the problem. I am using 'this->set_icon_from_file(
"icons/pinguin.jpg" );' >to add an icon to my app; the program
compiles without any errors but, for some >reason, the application
crashes at start up. What am I doing wrong and how can I >solve this
issue.

Generally including error messages and/or sample code with your
questions help in determing the root cause of the problem.  But from
what you've mentioned, my best guess is that the Gtk::TreeView widget
doesn't support the north bridge chipset on this particular mother
board. Bummer.

But really, the obvious problem is that the path 'icons/pinguin.jpg'
at compile time doesn't exist at runtime. That or you have a
completely unrelated problem. Its hard to say.


On 1/27/07, Jamiil Abduqadir <[EMAIL PROTECTED]> wrote:
> I posted a question at 11:00 am, it is now 4:00 pm and the email has not
> appeared on my mail box? why is this taking sooooo long?
>
>
> _______________________________________________
> gtkmm-list mailing list
> gtkmm-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/gtkmm-list
>
>
>
_______________________________________________
gtkmm-list mailing list
gtkmm-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to