> > On 20 Feb 2010, at 14:27, Peter Mileff wrote: > > > > The CodeBlocks project file contains these files, but these files > > are missing. If I removed these from the project file, everything > > was successful. > > So please fix these problems at the API. > > Peter, > > As discussed here http://www.fltk.org/articles.php?L825 the fltk-2 > branch is experimental alpha code, and I think all of the problems > you found were probably due to that. > > Also note that, at the present time, only the fltk-1.3 branch is > being actively developed (fltk-1.0 and fltk-1.1 are frozen stable, > and fltk-2 is currently unmaintained). > > If you need stability for your project, then I'd suggest that > fltk-1.1 or fltk-1.3 might work out better. > However, if you are happy with the rough edges in fltk-2, then I'm > sure it can serve you well. > > >
The reason I use the FLTK-2 is that the fltk-1.3 does not compiled for me in Win32. I tried with mingw, but the make gived an error. Than I tried in Visual Studio 2005 with the given fltk project file, and there were problems again. Some linker error was. For example: fltkd.lib(Fl_Preferences.obj) : error LNK2019: unresolved external symbol "public: class Fl_Tree_Item * __thiscall Fl_Tree::add(char const *)" (?...@fl_tree@@QAEPAVFl_Tree_Item@@p...@z) referenced in function "public: char __thiscall Fl_Preferences::copyTo(class Fl_Tree *)" (?cop...@fl_preferences@@QAEDPAVFl_Tree@@@Z) So I decided to use the fltk-2, which compiled and linked successful. :-) _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

