hello, you should be a little more specific... however, here's what i did with fltk 1.1.8 and visual studio 2005:
1. generate the VS project with CMake (there is a cmakelists.txt included in the sources) (i'll give more details if you're not familiar with CMake) 2. open the project, change general options of VS in C/c++ directories: - include directories: add the source directory of fltk - library directories: add "fltk directory"/lib 3. build the project it worked fine for me... if you're having troubles, post again > Hello, > > I would really appreciate it if someone could give me a link of a = > tutorial or some guidelines on what to download and how to install FLTK. = > I have tried different versions but none seem to work. The latest = > version simply won't build the solution in VS. > > Thanks in advance, > Polys _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

