I found an application on sourceforge that uses fltk and fluid. The app will not compile in visual studio 2008. The two main things that vs complains about is this:
Error 32 fatal error C1083: Cannot open include file: 'fltk/run.h': No such file or directory f:\vrptw\vrpsim\src\PerspectiveWidget.h 37 vrpsim Error 39 fatal error C1083: Cannot open include file: 'fltk/ask.h': No such file or directory F:\VRPTW\vrpsim\src\vrpsim.cpp 39 vrpsim I downloaded the latest version of fltk but couldn't find those header files. I haven't used fltk but could really use some help getting this to compile so that I can study how the code works. The project on sourceforge is this if you want to have a look: http://vrp.sourceforge.net/ If you could help me, I would really be thankful. take care Nick _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

