Yuri (et al) In a quiet moment I had a very quick go at getting regame to build under win32/msys/mingw. I wasn't all that successful...(It works OK on my OSX box of course.)
Mostly, I was just fiddling with the Makefile to get it to build (and I had to alter the #ifdef's to allow it to use the gettimeofday() stub - my mingw doesn't provide one...) Anyway... It now builds, and may even be running (I added printf's that suggest it is...) but I get no picture in the GL window. So - I take it that it does build and run OK on win32 with other toolchains? It is entirely likely that I have messed something up in my Makefile that is breaking things. Now for my question: Is it OK to have an Fl_Gl_Window as your outer window? I vaguely recall that was not a reliable/portable thing to do. All my code seems to have the GL window wrapped inside a regular Fl_Window (or Fl_Single_Window) and I do this because at some point in the past there was an issue with this... Or that could be totally unrelated to the problem I'm seeing, of course... -- Ian SELEX Sensors and Airborne Systems Limited Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

