> 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.
fixed in svn I've left comment in code "// don't use FL_EXPORT here !" for future _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
