HOpenGL uses wrong calling convention for GLU callbacks
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
Trac metadata
Trac field | Value |
---|---|
Version | 6.4 |
Type | Bug |
TypeOfFailure | OtherFailure |
Priority | normal |
Resolution | ResolvedFixed |
Component | libraries (other) |
Test case | |
Differential revisions | |
BlockedBy | |
Related | |
Blocking | |
CC | |
Operating system | |
Architecture |