FLTK native in 'D'. Would that be useful?
MatthiasM
dm at matthiasm.com
Sun Aug 13 10:16:54 PDT 2006
Carlos Santander wrote:
> I still get a bus error when pressing Command-Q with rev 5297 (both
> hello and button):
Thanks. This should be fixed now.
I can't get used to the fact that in "D", you can't compare pointers if
one of them may be null:
class Fl_Window {
...
};
Fl_Window first_window, this_window;
if (first_window==this_window) ...
Now if first_window is null, I get a crash that I would not get in C++.
Ah well ;-)
More information about the Digitalmars-d-dwt
mailing list