Re: cygwin opengl problem

2006-12-06 Thread dvmorris
Larry Hall (Cygwin) wrote: > > From the information you've given, it sounds to me like the code is > suspect. I'd start by getting this to work as it should with portability > in mind. The fact that it works on one system/compiler/whatever is not > an indication that the code is correct. Elim

Re: cygwin opengl problem

2006-12-05 Thread dvmorris
ok, i will start looking at all the opengl code and seeing where the problem might be. thanks for the advice. dave -- View this message in context: http://www.nabble.com/cygwin-opengl-problem-tf2762607.html#a7704268 Sent from the Cygwin Users mailing list archive at Nabble.com. -- Unsubscribe

Re: cygwin opengl problem

2006-12-05 Thread Larry Hall (Cygwin)
dvmorris wrote: dvmorris wrote: I finally managed to get this c++ program compiled on cygwin, and when I start it up, the interface (done in fltk) works great, but the opengl display window is frozen. It only shows the last frame from the openGL buffer on the machine. if i open another opengl

Re: cygwin opengl problem

2006-12-05 Thread dvmorris
dvmorris wrote: > > I finally managed to get this c++ program compiled on cygwin, and when I > start it up, the interface (done in fltk) works great, but the opengl > display window is frozen. It only shows the last frame from the openGL > buffer on the machine. if i open another opengl program