0

最初のOpenGLプログラムをコンパイルしようとすると、「これらのコマンドをリンカーコマンドラインに追加する」にcannot find -libopengl32.a含めたエラーが発生します。-lws2_32 -libopengl32 -libglu32 -libglut32

編集:私が使用しようとしているコードなど、関連すると思われる他の情報がある場合は、コメントに追加してください。質問に追加します。

4

2 に答える 2

1
于 2013-02-04T06:55:05.310 に答える
0

change the glut.h, libglut32.a or .lib and if u want to be more sure...copy glut32.dll file into the "window/system32/"... it will work....

if not...remove Dec-c++ entirely from ur PC and reinstall it again...newer version ofcourse

于 2014-05-10T14:10:51.920 に答える