Click here to Skip to main content
15,887,313 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Developing a CAD application using OpenGL and c++ MFC.The main form is divided into two parts view area and user input area.I have created an OpenGL window using glfwCreateWindow() for view area.I want to embed OpenGL window as a child window to the parent main form.
Can you please tell me how to embed window created by glfwCreateWindow() to the main form?

What I have tried:

googled problem.I did not find a way to create glfwCreateWindow as a child and embed.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900