Can't get Freeglut to work with Haskell on Windows

后端 未结 2 1147
自闭症患者
自闭症患者 2020-12-06 20:24

Here is my source code I\'m trying to get to work:

In Main.hs:

import Graphics.Rendering.OpenGL
import Graphics.UI.GLUT
import Bindings
import Data.I         


        
2条回答
  •  北荒
    北荒 (楼主)
    2020-12-06 21:05

    You have to use freeglut .lib/.dll from Mingw or compile it yourself.

提交回复
热议问题