cheind / dest

:panda_face: One Millisecond Deformable Shape Tracking Library (DEST)
BSD 3-Clause "New" or "Revised" License
286 stars 109 forks source link

Build failed in VS2015 #12

Closed HyunmokMoon closed 7 years ago

HyunmokMoon commented 7 years ago

Hello,

I cmake with OpenCV, and I want to build from MSVS 2015 after cmake build result. (without OpenMP)

there are link error. module machine type x64 conflicts with target machine type x86. dest_align project. opencv_world320d.lib (opencv_world320d.dll)

How can I build project?

Thank you.

cheind commented 7 years ago

Looks like you are building for 64bit but trying to link against 32bit OpenCV (or vice versa)

cheind commented 7 years ago

Closing, reopen if required.