Ticket #356 (closed bug: Fixed)
HOpenGL uses wrong calling convention for GLU callbacks
Description
on windows (seen on 98&xp), the red book examples Tess and TessWind (from GLUT/examples/RedBook/) crash with a segv. Fix (tested on win xp only): in OpenGL/Graphics/Rendering/OpenGL/GLU/Tesselation.h s, change ccall to CALLCONV (which will be stdcall in this case) for all foreign import "wrapper" callback generators. http://www.haskell.org//pipermail/hopengl/2005- April/000610.html claus.reinke@talk21.com
Change History
Note: See
TracTickets for help on using
tickets.
