I want make a facial recognition test. Have compiled boost1.61.0, and added to the include, libs of the vs.
But I got some errors when I try to run my project.
I want make a facial recognition test. Have compiled boost1.61.0, and added to the include, libs of the vs.
But I got some errors when I try to run my project.
If you've built the boost
libraries correctly see: building boost for windows, you also need to add stage/$(Platform)/lib
as additional library directory in the project settings.
Ideally you should set stage/$(Platform)/lib
for all configuration types and for all platforms, see: building boost for visual studio 2013
Note, boost
enables autolinking with Visual Studio
by default, unless you define the macro BOOST_ALL_NO_LIB