1.應用程式無法正常啟動0xc000007b
2.拷貝的test讀不出#include gl/glut.h>當然是沒有在 vs安裝目錄c:\program files (x86)\microsoft visual studio 12.0\vc下的include、lib拷貝所需的標頭檔案:glut.h glut.lib glut32.lib了;最重要的是一定在c:\windows\syswow64下面拷貝glut.dll glut32.dll 考到system下面發現沒啥暖用
3找不到opengl.dll刪掉第一步中附加依賴項中的glut.lib 只保留glut32.lib就解決了。
最後上**
// source:
#include
#include
#include
#include
static
int year = 0, spin = 0, day = 0;
static glint fogmode;
const
int n = 100;
const glfloat r = 1.0f;
const glfloat pi = 3.1415926536f;
void drawcircle()
glend();
glflush();
}void init(void) ;
glenable(gl_depth_test); //防止遮擋
gllightfv(gl_light0, gl_position, position);
glenable(gl_lighting);
glenable(gl_light0);
;glmaterialfv(gl_front, gl_ambient, mat);
mat[0] = 0.61424; mat[1] = 0.04136; mat[2] = 0.04136;
glmaterialfv(gl_front, gl_diffuse, mat);
mat[0] = 0.727811; mat[1] = 0.626959; mat[2] = 0.626959;
glmaterialfv(gl_front, gl_specular, mat);
glmaterialf(gl_front, gl_shininess, 0.6*128.0);
}glenable(gl_fog);
;fogmode = gl_exp;
glfogi(gl_fog_mode, fogmode);
glfogfv(gl_fog_color, fogcolor);
glfogf(gl_fog_density, 0.35);
glhint(gl_fog_hint, gl_dont_care);
glfogf(gl_fog_start, 1.0);
glfogf(gl_fog_end, 5.0);
}glclearcolor(0.5, 0.9, 0.9, 1.0); /* fog color */
}void display(void)
void spindisplay(void)
void mouse(int button, int state, int x, int y)
}void reshape(int w, int h)
void keyboard(unsigned
char key, int x, int y)
}int main(int argc, char** argv)
歡迎使用CSDN markdow
本markdown編輯器使用stackedit修改而來,用它寫部落格,將會帶來全新的體驗哦 markdown 是一種輕量級標記語言,它允許人們使用易讀易寫的純文字格式編寫文件,然後轉換成格式豐富的html頁面。維基百科 使用簡單的符號標識不同的標題,將某些文字標記為粗體或者斜體,建立乙個鏈結等,詳細...
歡迎毛毛與妞妞使用CSDN markdown編輯器
建立乙個自定義列表 如何建立乙個註腳 注釋也是必不可少的 katex數學公式 新的甘特圖功能,豐富你的文章 uml 圖表 flowchart流程圖 匯出與匯入 你好!這是你第一次使用markdown編輯器所展示的歡迎頁。如果你想學習如何使用markdown編輯器,可以仔細閱讀這篇文章,了解一下mar...
歡迎使用CSDN markdow1n編輯器
本markdown編輯器使用stackedit修改而來,用它寫部落格,將會帶來全新的體驗哦 markdown 是一種輕量級標記語言,它允許人們使用易讀易寫的純文字格式編寫文件,然後轉換成格式豐富的html頁面。維基百科 使用簡單的符號標識不同的標題,將某些文字標記為粗體或者斜體,建立乙個鏈結等,詳細...