OpenGl and SDI Application
-
Hi I am writing a OpenGL Application and I want to put it into a SDI Application with Visual C++ .NET 2003. I have used a tutorial on code guru to get the SDI kind of working, but I cant figure out how to resize the openGL window when the SDI window is being resized. I have placed my whole openGL SDI application on http://www.ece.ubc.ca/~npatel/OpenGL/OpenGLTest.rar Any help would be greatly appreciated. Thanks
-
Hi I am writing a OpenGL Application and I want to put it into a SDI Application with Visual C++ .NET 2003. I have used a tutorial on code guru to get the SDI kind of working, but I cant figure out how to resize the openGL window when the SDI window is being resized. I have placed my whole openGL SDI application on http://www.ece.ubc.ca/~npatel/OpenGL/OpenGLTest.rar Any help would be greatly appreciated. Thanks
Can you post some relevant code snippet ? Where do you put the openGL stuff ? In a control, on a view, ... ? If that's the case, you just have to resize this control.
Cédric Moonen Software developer
Charting control [v1.2] -
Can you post some relevant code snippet ? Where do you put the openGL stuff ? In a control, on a view, ... ? If that's the case, you just have to resize this control.
Cédric Moonen Software developer
Charting control [v1.2]You can download the whole project from the link I provided.
-
You can download the whole project from the link I provided.
- I don't have winrar installed on my computer (I'm at work) 2) I don't really want to dig into your code trying to understand what you did without any explanation. You should be able to provide some relevant code snippet and explain clearly your problem. That's already a big step in understanding your problem and trying to solve it. Remember that people here have limited time and are not getting paid.
Cédric Moonen Software developer
Charting control [v1.2] -
Hi I am writing a OpenGL Application and I want to put it into a SDI Application with Visual C++ .NET 2003. I have used a tutorial on code guru to get the SDI kind of working, but I cant figure out how to resize the openGL window when the SDI window is being resized. I have placed my whole openGL SDI application on http://www.ece.ubc.ca/~npatel/OpenGL/OpenGLTest.rar Any help would be greatly appreciated. Thanks