Fltk was modeled following XForms and has a XForms compatibility layer: http://fltk.org/documentation.php/doc-1.1/forms.html#forms http://fltk.org/documentation.php/doc-2.0/forms.html#forms You can learn more about XForms here: http://world.std.com/~xforms/ pd: I don't know how to program using Fltk or XForms. I only was aware of this compatibility layer. Both also have a GUI designer. I only know of very few apps using XForms, the most important of those being LyX. cesar;
You still have to compile the program with a C++ compiler, also it won't be supported in the future, not sure if it is now. Xforms seem to make things only more complex without any real benefits. Take a look at FLTK's code, from what I saw it's just c with classes. If all you use is classes from c++, and no STL or other stuff, then you can compile a program that doesn't link to standard c++ libraries and isn't bloated by c++.
participants (2)
-
cesar
-
Indan Zupancic