On 22 May 2011, at 17:43, Greg Ercolano wrote: > Albrecht: I think VS releases *two* libs: fltkdll.lib and fltkdll.dll > (Note one ends in .lib, the other in .dll)
Yes - that's "normal" AFAIK. The lib os for linking against, but is only a linker stub to the DLL. The DLL is used at runtime, of course. Well, that's the way it works with mingw anyway. I have no idea what the MS tools do... _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

