How to make Haskell GLUT using freeglut on Windows?
How to make the Haskell GLUT bindin开发者_运维问答g using freeglut instead of the original GLUT on windows?
I find a easy way doing this. Just clean out all the original GLUT lib stuff and download a precompiled freeglut.dll and change it to glut32.dll and save to C:\WINDOWS\system32.
Eric Wong
精彩评论