最近从事OpenGL方面的编程,有个例子老调不通.就是编译时出现标题上所列出的错误,例子是从光盘下考下来的,只不过稍徽改动了一下,就出现如上错误,不知为何.向各们大哥求教,小弟不甚感激!

解决方案 »

  1.   

    在 project 的 option 中有一个 link 选项,你没有添加响应的 连接
      

  2.   

    It seems that the complier couldn't find the path for "glut32.lib"
    So search this file on your system to get the Path of it!
    then use the solution by  shaolunyuan(袁绍伦) 
    or directly add this line to your stdafx.h
    #pragma comment(linker,"path.glut32.lib")
      

  3.   

    谁能给我发一个 APPWZCHS。DLL文件??????
    文件目录   Microsoft Visual Studio\Common\MSDev98\Bin\IDE\APPWZCHS.DLL 
    EMAIL:[email protected] 谢谢!!!!!!!!
      

  4.   

    把glut32.lib文件所在.lib文件夹加在tools-options-Dictinaries的library files中,再在projects-setting的link的object/library modules中加入glut32.lib.
    试一下,也许有帮助:)
      

  5.   

    同意chenweihello(呼噜噜~~~~~~~~~~) 的方法!
    应该就是这样了
      

  6.   

    同意chenweihello(呼噜噜~~~~~~~~~~)
      

  7.   

    同意chenweihello(呼噜噜~~~~~~~~~~)