VS2010下配置使用OpenGL的glut庫

2021-06-28 20:56:20 字數 756 閱讀 8917

在win7(windows7 ultimate sp1)下成功安裝vs2010(visual studio 2010 ultimate x86)。

(參見:

原文講:if you want just the glut header file, the .lib, and .dll files all pre-compiled for intel platforms, you can simply download the glutdlls37beta.zip file (149 kilobytes).

這個zip檔案中有5個檔案:

分別把這5個檔案放到如下資料夾中:

glut.h ---> c:\program files (x86)\microsoft sdks\windows\v7.0a\include\gl

glut.dll,glut32.dll ---> c:\windows\syswow64 (windows7 64位作業系統)

---> c:\windows\system32 (windows7 32位作業系統)

glut.lib,glut32.lib ---> c:\program files (x86)\microsoft visual studio 10.0\vc\lib

編寫**時,加入標頭檔案#include 即可。

配置完成。

測試**:

#include

void mydisplay(void)

int main(int argc, char *argv)

VS2010下配置使用OpenGL的glut庫

it168 技術 在win7 windows7 ultimate sp1 下成功安裝vs2010 visual studio 2010 ultimate x86 參見 原文講 if you want just the glut header file,the lib,and dll files al...

vs2010下libevent的使用

libevent 2.0.20 stable.tar.gz 進入vs2010命令提示 切換到libevent的所在目錄 nmake f makefile.nmake 編譯成功生成 libevent.lib libevent core.lib libevent extras.lib 複製include...

VS2010下EmguCV的配置方法

環境 window7 64位 旗艦版 這裡,有的人說需要安裝opencv才可以,雖然我也同時安裝了opencv的2.4.10,但是在配置過程中感覺不用安裝也是可以的,當然這我無法保證。安裝完成後,可以到d emgu emgucv windows universal cuda 2.4.10.1940 ...