Re: Frustrations with a basic program startup




My guess would be that it wants a Gtk::Window, not a GtkWindow. Two
different things.

DOH!!!

You were right... I'm the idiot for the day...
Type-Casting is not often needed in C++, since it's much more type-orientated than C. Everytime you have to use a cast, you should start over-thinking your code ;)

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