0

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.

enter image description here

enter image description here

ρяσѕρєя K
  • 132,198
  • 53
  • 198
  • 213

1 Answers1

0

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

Community
  • 1
  • 1
kenba
  • 4,303
  • 1
  • 23
  • 40