DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR Pending] Link: http://www.fltk.org/str.php?L2632 Version: 1.3-current Hello, my guess is that header only does not lead to code generation, and the class is then not exported : the .H file is not even acessed when building the FltkDll In order to force the export and inclusion of some Fl_Multiline_Ouput (for this example), i can propose 2 solutions : - add a .cxx file with the constructor definition (or add the constructor definition to an existing .cxx file) - add a dummy object instantiation of the given class in a cxx file. Otherwise, removing the FL_EXPORT is the way to go if you do not force the generation of Fl_Multiline_Output code in the Fltk Dll. Regards, Mathieu Link: http://www.fltk.org/str.php?L2632 Version: 1.3-current _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
