Visual Studio : when changed from win32 to x64, its showing linking error [duplicate]

孤街醉人 提交于 2019-12-04 21:46:15

You'll need to link against a 64 bit version of the glut library now, freeglut has a working 64 bit lib which you can download here. Get the freeglut 3.0.0 MSVC package and use the freeglut.lib in the freeglut/lib/x64 folder.

Also don't forget to copy across all the properties you changed in your 32 bit settings to your 64 bit settings if you haven't already.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!