Zdravko Monov wrote: > I am using VS2008 on Vista SP1 with FLTK 1.1.9. > I extract the tar in a folder in My Documents. Then I open the fltk solution > from vc2005 directory. Next I do click on "Build Solution". I wait a few > minutes and get only a few warnings about the debug log not being accessible > or something, anyway. I built both debug and release versions of FLTK. > Next, I try some applications from the test folder - most of them start > okay. Editor does not start because of missing fltkdll.dll. > Then I start a new project in VS2008 - console one, paste the hello world > source code. Then under C/C++ General I add additional include dir - the one > where FLTK resides. Then I try compile - it works! > Then I add the lib dir in the Linker General properties. I also add these > dependancies under Linker Input: fltkd.lib wsock32.lib
Try to add comctl32.lib, too. (with a small letter L before 32, not a one). Albrecht _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

