I find that this commit broke MSVC app build. Some of classes NO NEED FL_EXPORT macro!
Fl_Float_Input for example. if we use FL_EXPORT linker try to find vtable of this class is in fltk.dll but this is `inline` class - no method (except parent class methods) exist in library. I try to fix this issues today. _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
