Advertisement

help please...

Started by February 15, 2002 09:10 AM
1 comment, last by finian 23 years ago
when i try to texture map on several different pop-up windows i get the following warning when i try to open the windows: glutSetWindow attempted on bogus window. The window as a result does not open. One window however always seems to open for me but the rest won''t.Could somebody please tell me what im doing wrong!
I am no openGL expert, but please try and explain your problem with a little more detail. The error message you get is not familiar at all, so explain what you are trying to do in more detail, then maybe someone can help you, later-

what we do in life... echoes in eternity...
Advertisement
glutSetWindow only works with window IDs returned from glutCreateWindow, not Windows API window handles.
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan

This topic is closed to new replies.

Advertisement