glu.h PROBLEMS!

后端 未结 1 1522
抹茶落季
抹茶落季 2021-01-29 06:35

Ok so im setting up Visual studios C++ 10 on Windows 7 so i can run the sample progams from this book \"OpenGL superbible 5th edition\" but i\'m having some MAJOR ISSUES, in get

相关标签:
1条回答
  • 2021-01-29 07:01

    Unfortunately all of the instructions you followed were bad ideas. Copying debug DLLs into the system directory -- bad. Copying files into the Visual Studio include directory -- bad.

    I don't use GLUT so I don't have a sequence of working steps, but really you should have made a subdirectory in your project with include, lib, and bin subdirectories, and arranged everything inside there. While Visual C++ 2008 had machine-wide directory settings, Visual C++ 2010 has per-project directory configuration.

    As far as fixing the error you have now, you need to show us a block of GL/glu.h starting at line 225.

    0 讨论(0)
提交回复
热议问题