我运行我的项目,它使用:
#include <C:\Users\R\Desktop\LABO3\zad3\Debug\glut.h>
但是当我构建它时,我得到了这个错误:
--------------------Configuration: zad3 - Release--------------------
Linking...
C:\Program Files (x86)\MinGWStudio\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: cannot find -lglut32
collect2: ld returned 1 exit status
zad3.exe - 1 error(s), 0 warning(s)
如何解决这个问题?我在项目目录中获得了 dll。