Search code examples
windowsopenglhaskellglutfreeglut

How to make Haskell GLUT using freeglut on Windows?


How to make the Haskell GLUT binding using freeglut instead of the original GLUT on windows?


Solution

  • 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