> I tried to figure out how fltkdll.lib is generated, but couldn't: > > I loaded fltk in VS2010 and looked at the properties for the fltkdll > project, > but could not understand how fltkdll.lib gets generated. The creation of the > *dll.dll seemed clear enough, but not the *dll.lib.
Properties->Linker->Advanced->Import Library I just tried to build one of tests with dll and all worked fine. ( RC5 ) But you need change the program settings: fltk.lib -> fltkdll.lib and add one more libraries path ..\..\test. Nikita Egorov _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

