openGL in 2 windows...

Hey, is it possible to have 2 openGL rendering contexts(or something) and render to 2 different windows in the same app?

Yes of course it’s possible, I think you should try to play with

wglMakeCurrent(hDC,glrDC);

after creating 2 different hDC of course.

Bye, rIO.

k, thanks