On 27.01.2011, at 07:32, Matthias Melcher wrote: > > On 27.01.2011, at 00:35, Bradford Powers wrote: > >> 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. > > > Your new project should set the environment variable "WIN32".
What I means was define WIN32 somewhere. It seems that it is not defined anymore by default in VC2010. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

