How to Integrate Stasm library with Visual studio and OpenCV2.4.4

asked 2013-04-19 18:13:29 -0600

I am stuck, trying to integrate stasm library with opencv 2.4.4 and visual studio 2010. I want some particular landmark. Trying to build the visual studio solution gives me linker error. I have configured the project properties to include the header files and the dll files. I still get the unresolved external asmsearchdll error.

Could anyone help ?

edit retag flag offensive close merge delete

Comments

can you be a bit more precise ? there's no such thing as "unresolved external asmsearchdll error"

berak gravatar imageberak ( 2013-04-20 07:45:51 -0600 )edit

Hi. It is a linker error. The method AsmSearchDll of the sample code on the stasm website cannot be found by the linker. It comes as unresolved external. I have x64 system running visual studio 2010. Opencv 2.4.4.

shobhitkukreti gravatar imageshobhitkukreti ( 2013-04-20 09:31:30 -0600 )edit