I have a run-time loaded dll (load/ unload on demand). The dll has a single entry point. I am able to link to the dll and get the pointer to the entry point and call the function. The window is drawn but not a single widget shows up.
I have tested the dll as a stand alone program by temprerally adding a main() function that calls the entry function. As a program it works as far as the FLTK side of things, all widgets are drawn and working as expected. I am at a loss why as a dll the widgets are not drawn, any ideas? _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

