OpenGLInsights / OpenGLInsightsCode

Source code for OpenGL Insights
653 stars 229 forks source link

Chapter 10 : Impossible to compile. #7

Open publicENEMY opened 9 years ago

publicENEMY commented 9 years ago

It is impossible to compile Chapter 10 without vsld.lib. Please fix this.

Azzinoth commented 4 years ago

For people that would encounter same problem. 1) Go to file "vslibs.h" 2) Comment out these lines: //#ifdef _DEBUG //#pragma comment(lib,"vsld.lib") //#else //#pragma comment(lib,"vsl.lib") //#endif