我一直在尝试安装 glew 和 freeglut 以与 Visual Studio 2010 一起使用。我遵循了本指南并回溯了几次以确保我正确地遵循了它,但是当我尝试编译示例代码时仍然出现以下错误结束:
错误 1 error LNK2019: unresolved external symbol _ imp _glutMainLoop@0 在函数 _main c:\Users\Esteban\documents\visual studio 2010\Projects\Chapter 1 Project\Chapter 1 Project\main.obj Chapter 1 Project 中引用
错误 2 错误 LNK2019:未解析的外部符号_imp _glutDisplayFunc @4 在函数 _InitWindow c:\Users\Esteban\documents\visual studio 2010\Projects\Chapter 1 Project\Chapter 1 Project\main.obj Chapter 1 Project 中引用
错误 3 error LNK2019: unresolved external symbol _ imp _glutReshapeFunc@4 referenced in function _InitWindow c:\Users\Esteban\documents\visual studio 2010\Projects\Chapter 1 Project\Chapter 1 Project\main.obj Chapter 1 Project
错误 4 error LNK2019: unresolved external symbol _ imp _glutInitDisplayMode@4 referenced in function _InitWindow c:\Users\Esteban\documents\visual studio 2010\Projects\Chapter 1 Project\Chapter 1 Project\main.obj Chapter 1 Project
和更多类似的。我不知道它是否有问题,但最初我不小心抓住了 64 位版本。我意识到我的错误并用 32 位版本覆盖了文件,然后清理并再次尝试构建,结果相同。