Hi, I'm in the process of building a project that uses FLTK. Part of the code tries to extend on the FL_GL_Window class so it has "FL_GL_Window.h" included. When I try to build I get an error that the compiler cannot open "X11/X.h" which makes sense since I'm on Windows 7. I can't figure out why its looking for that header at all.
I'm building on Windows 7 using the free version of Visual C++ 2010. I downloaded the latest stable FLTK and was able to successfully build and run the test programs. Thanks. ~Brad _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

