1>main.obj : error LNK2019: 无法解析的外部符号 __imp___glutInitWithExit@12,该符号在函数 _glutInit_ATEXIT_HACK@8 中被引用 1>main.obj : error LNK2019: 无法解析的外部符号 __imp___glutCreateWindowWithExit@8,该符号在函数 _glutCreateWindow_ATEXIT_HACK@4 中被引用 1>F:\Project\CPlusPlus\Gr...
1>main.obj : error LNK2019: unresolved external symbol __imp___glutInitWithExit@12 referenced in function _glutInit_ATEXIT_HACK@81>main.obj : error LNK2019: unresolved external symbol __imp___glutCreateWindowWithExit@8 referenced in function _glutCreateWindow_ATEXIT_HACK@4This is didn't happe...
估计是没有导入glut.lib的原因,项目属性->连接器->输入->附加依赖项,把lib文件名写进去;lib文件放在Visual stodio的公共lib文件夹下或代码目录下都行。
OpenGL1.obj : error LNK2019: 无法解析的外部符号 __imp___glutCreateWindowWithExit@8,该符号在函数 _glutCreateWindow_ATEXIT_HACK@4 中被引用F:\tt\OpenGL\OpenGL1\OpenGL1\Debug\OpenGL1.exe : fatal error LNK1120: 2 个无法解析的外部命令原代码:就是新建一个窗口,显示一个线段的程序。]#include "s...
1.问题描述 今天运⾏程序碰到链接异常如下: 1>test.obj : error LNK2019: ⽆法解析的外部符号 __imp___glutInitWithExit@12,该符号在函数 _glutInit_ATEXIT_HACK@8 中被引⽤ 1>test.obj : error LNK2019: ⽆法解析的外部符号 __imp___glutCreateWindowWithExit@8,该符号在函数 _glutCreateWindow_...