Glasssix / TrialFaceSDK

A free SDK for face recognition without any restrictions.
BSD 2-Clause "Simplified" License
3 stars 6 forks source link

Support for x86-64 Architecture #2

Open gwendolyngeek opened 5 years ago

gwendolyngeek commented 5 years ago

I aim to manipulate the library in my own C++ project, and having forked the repo, I found no binaries compiled in x86-64 within it. However, my project runs only on the x86-64 architecture. Could anyone here provide the binaries for me? Appreciate it.

fengye2two commented 5 years ago

@gwendolyngeek Please follow path: Glasssix/TrialFaceSDK/x86/Windows/C++, you can find binaries, libraries, includes and example code. For some reason, we only support 64-bit program(32-bit is not taken into account), so maybe you should modify your compiler setting.