On 20 May 2011, at 16:34, Albrecht Schlosser wrote: > WRT to using MFC together with FLTK I don't know if this would work, and > maybe nobody else here will know. You're probably on your own with this.
I'd caution against doing that - MFC pulls things together in odd ways, and does not play well with fltk, in my (very limited) experience. If you absolutely *need* something that only MFC provides, then you might as well write your code in MFC through out, as it will not be portable, fast, or light anyway, so why bother trying to integrate fltk into it? _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

