On 22.06.2008, at 07:22, nick fox wrote: > 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 >
The project uses FLTK2. Make sure that you download and install the latest copy of FLTK 2.x. It is pretty likely though that FLTK2 has changed since that project was published, so you may have to tweak thing a little. You could alos try to find out with which version of FLTK2 exactly the app was compiled and then pick tht out of the Subversion repository. Matthias ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

