Sha256: 12917582fa231729fc7fb9b9cbbe32bd53a713f3f9b17260c5d973eaf4b97614
Contents?: true
Size: 654 Bytes
Versions: 9
Compression:
Stored size: 654 Bytes
Contents
#error "Don't write #include <dlib/all/source.cpp> in your code." /* In C++, it is generally an error to #include .cpp files. This is because it can lead to what are called multiply defined symbol errors. Therefore, you should compile dlib/all/source.cpp into your application just like you would compile any other .cpp file. If you are using Visual Studio you add .cpp files to your application using the solution explorer window. Specifically, right click on Source Files, then select Add -> Existing Item and select the .cpp files you want to add. For general information on compiling dlib see http://dlib.net/compile.html */
Version data entries
9 entries across 9 versions & 1 rubygems