April 13, 2002
Is there a D binding for Fltk?  I imagine it might be kinda tricky since Fltk is C++ (?).

I like Fltk because it is very lightweight (statically linking in your whole GUI API is cool) and cross-platform.

April 13, 2002
"Chris" <none@none.invalid> wrote in message news:3CB82047.5070806@none.invalid...

> Is there a D binding for Fltk?  I imagine it might be kinda tricky since
> Fltk is C++ (?).

It is impossible to bind C++ classes to D. You can only do it with C. However, nothing stops you from writing a C wrapper over it and then making a D import for it.