Menu

#192 glutReshapeFunc crash

v3.0.0
closed-fixed
GLUT (25)
5
2008-06-06
2008-06-05
Anonymous
No

Have found on several winxp/sp2 systems that any program using a glutReshapeFunc() call will crash when the window is resized regardless of the actual reshape function contents. glGetError is never triggered although python returns -1073741819

Problem can be seen with demo examples such as nehe/lesson1.py

ian.l.york@gmail.com

Discussion

  • Mike C. Fletcher

    Logged In: YES
    user_id=34901
    Originator: NO

    Freaky. It appears that Win32 GLUT uses different calling conventions for the API functions and the callback functions? Anyway, with fixes in CVS reshape function appears to work.

     
  • Mike C. Fletcher

    • assigned_to: nobody --> mcfletch
    • status: open --> closed-fixed
     

Log in to post a comment.