Creating a few OpenGL windows in win 32 api

Peoooooople!!!
Help me!
How to crete a few OpenGL windows in a main window?

Are you talking about windows or just views in a window?

If you are talking about multiple sub windows inside a window, it is not a openGL issue.
This site has openGL examples used within the windows API, and information on it.
http://www.cornflakezone.com/

If you want multiple view in a single window, there is a post right now on that issue and was just answered.

Originally posted by real_crusader:
Peoooooople!!!
Help me!
How to crete a few OpenGL windows in a main window?

[This message has been edited by nexusone (edited 03-20-2003).]

Can you give me full url, i can’t find this example.

He website format has changed since I was last on it. So take some time to read look around it should be under the openGL demo or examples. It was a 3D editing program that he was working on.
http://www.cornflakezone.com/

Originally posted by real_crusader:
Can you give me full url, i can’t find this example.

I find it, but link do’t working? http://www.cornflakezone.com/cornflakezo…glm.zip&iid=110

You can use glut and create some glutCreateSubWindow(_).
It works great as I tried it ^^.
glut doc isn’t hard to find…

acerb