bubbaJr
02-22-2005, 04:00 PM
I've got a C/C++ program running on Windows XP that initializes/displays 4 windows using glut. We added some Windows code that displays some other debug windows. So my question is, do windows created with Windows coexist well with windows created with glut? The reason I'm asking is that after creating all of the windows, and simply idling, nothing being rendered, the task manager sez my program is using a whopping 75% of the processors time!
A version of my program using glut, but without the Windows code uses between 0 and 1% when idling. What gives?
I'm using openGlut and glutMainLoopEvent() by the way. glutMainLoopEvent() exits instead of staying permanently in a loop.
Thanks in advance.
A version of my program using glut, but without the Windows code uses between 0 and 1% when idling. What gives?
I'm using openGlut and glutMainLoopEvent() by the way. glutMainLoopEvent() exits instead of staying permanently in a loop.
Thanks in advance.