码迷,mamicode.com
首页 > 其他好文 > 详细

无法解析的外部符号 __imp____glutInitWithExit@12,该符号在函数 _glutInit_ATEXIT_HACK@8 中被引用

时间:2021-06-13 10:02:17      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:number   pre   print   style   tin   解决方法   外部   create   nbsp   

遇到的问题
(1)error LNK2019: 无法解析的外部符号 __imp____glutInitWithExit@12,该符号在函数 _glutInit_ATEXIT_HACK@8 中被引用
(2)error LNK2019: 无法解析的外部符号 __imp____glutCreateWindowWithExit@8,该符号在函数 _glutCreateWindow_ATEXIT_HACK@4 中被引用

 

解决方法

#include <GL/glut.h>前面加上了一句:  
#define GLUT_DISABLE_ATEXIT_HACK 
(!!!注意,是前面!!!)

无法解析的外部符号 __imp____glutInitWithExit@12,该符号在函数 _glutInit_ATEXIT_HACK@8 中被引用

标签:number   pre   print   style   tin   解决方法   外部   create   nbsp   

原文地址:https://www.cnblogs.com/h694879357/p/14878040.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!