Open publicENEMY opened 9 years ago
It is impossible to compile Chapter 10 without vsld.lib. Please fix this.
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
It is impossible to compile Chapter 10 without vsld.lib. Please fix this.