On 23.05.2011 08:05, asif saeed wrote: > It looks like it cannot be done easily. This is an import library. I would > suggest that you change the name to something like fltkdll_import.lib or > something like that to avoid confusion.
No, sorry, this is not going to happen. The part 'dll' implies that it is the (import) .lib for the .dll with the *same* name. In this way it can be distinguished from fltk.lib which is the object library for static builds. - fltk.lib object library - fltkdll.lib import library for ... - fltkdll.dll the corresponding DLL. Albrecht _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

