Bugs item #1985513, was opened at 2008-06-05 10:31
Message generated for change (Settings changed) made by mcfletch
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105988&aid=1985513&group_id=5988
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: GLUT
Group: v3.0.0
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Mike C. Fletcher (mcfletch)
Summary: glutReshapeFunc crash
Initial Comment:
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...@gm...
----------------------------------------------------------------------
>Comment By: Mike C. Fletcher (mcfletch)
Date: 2008-06-06 15:45
Message:
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.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105988&aid=1985513&group_id=5988
|