vc2005 掛opengl

http://www.gamedev.net/community/forums/topic.asp?topic_id=468900

1>main.obj
: error LNK2019: unresolved external symbol __imp____glutInitWithExit@12
referenced in function _glutInit_ATEXIT_HACK@8

1>main.obj
: error LNK2019: unresolved external symbol __imp____glutCreateWindowWithExit@8
referenced in function _glutCreateWindow_ATEXIT_HACK@4

解法為:在code前面加
#define GLUT_DISABLE_ATEXIT_HACK
posted on 2011-06-26 22:16  warmwar  阅读(194)  评论(0编辑  收藏  举报