Home > Software engineering >  Problem solving
Problem solving

Time:09-23

After I install configured dlib compile time or a "no dlib has the name of the namespace" "how should solve

CodePudding user response:

Add 1 contains Dlib path, (low versions of VS, add in VS attribute options, high version) is added in the project properties
2 using the namespace dlib;

CodePudding user response:

Using the namespace dlib;
  • Related