2013年12月3日火曜日

[OpenGL] Windows 8.1 64bit 下的 OpenGL 於 Visual Studio 2012 的開發環境配置

跟 windows 7 的配置是一樣的。

這裡下載 glut-3.7.6-bin.zip。

解壓縮後將檔案如下方動作放至各資料夾中。

glut.h → C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\GL

glut.lib → C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\lib

glut32.dll → C:\Windows\SysWOW64


source file 中加入

#include <GL/gult.h>


應該就可以用了。

-----

另外是 freeglut的配置

這裡下載 freeglut 2.8.1 MSVC Package

配置方法同上方的OpenGL。


=====

troubleshoot

0xc000007b

The application was unable to start correctly (0xc000007b). Click OK to close the application.

檢查配置的 dll 是否正確。

32bit 的應用程式需對應 32bit 的 dll 檔,

64bit 的應用程式需對應 64bit 的 dll 檔。

但從下載來的freeglut中配置時出現錯誤的解法卻是將 32bit 的 dll 放入 64bit 的資料夾。

0 件のコメント:

コメントを投稿