yulequan / face-alignment-in-3000fps

a c++ implementation of face alignment in 3000fps
Other
378 stars 232 forks source link

a problem about blas.a #5

Closed weiyt2014 closed 8 years ago

weiyt2014 commented 9 years ago

I just run the code In vs2012. I feel the problem still is blas.a "fatal error LNK1104: 无法打开文件“blas.a”".If I can put blas.a into the project.The complie is successful,but blas.a is invalid lib. So I want to learn how to complie blas.a in VS in win? Thanks very much.

yulequan commented 9 years ago

I have modified my project and it doesn't depend on blas.a now. Please check it.

weiyt2014 commented 9 years ago

Sorry to interupt you again! I create a project vs 2012.And I add the code in the project. I use opencv 2.4.5.And the complie is failed!.It's still the problem about "fatal error LNK1104: 无法打开文件“blas.a”".
Is the complie is depending on the vs version and opencv version?

yulequan commented 9 years ago

I think you should also add the code of "liblinear" (in "FaceAlignment_vs2013")to your project.