> I am having a problem when I try to compile an fltk derived class that > includes some database access code that included pqxx.
What you could do is use fluid to create a thin GUI layer that does not contain any pqxx code (whatever that is) and then subclass from the thin GUI layer and add in the pqxx stuff. Sounds more complicated than it is, but does take some up-front design. D. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

