Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

CV 2.2 with IPP 6.1 to 7.0

oliverwreath
Beginner
428 Views

hi,

got a project developedunder IPP 6.1

now change it to link IPP 7.0 libraries.

here's the problem

1>opencv_core220.lib(mathfuncs.obj) : error LNK2001:unresolved external symbol _ippsExp_64f_A50@12

1>opencv_core220.lib(mathfuncs.obj) : error LNK2001:unresolved external symbol _ippsExp_32f_A21@12

1>opencv_core220.lib(mathfuncs.obj) : error LNK2001:unresolved external symbol _ippsLn_64f_A50@12

1>opencv_core220.lib(mathfuncs.obj) : error LNK2001:unresolved external symbol _ippsLn_32f_A21@12

seems sth. wrong withCVtogether withIPP?

or should simply check what libraries to addto the project?

regards,
oliver

0 Kudos
1 Solution
IDZ_A_Intel
Employee
428 Views
Hi Oliver,

Those functions declared in ippvm.h file and defined in ippvm library. Please check you link with ippvm_l.lib library.

Regards,
Vladimir

View solution in original post

0 Kudos
2 Replies
IDZ_A_Intel
Employee
429 Views
Hi Oliver,

Those functions declared in ippvm.h file and defined in ippvm library. Please check you link with ippvm_l.lib library.

Regards,
Vladimir
0 Kudos
oliverwreath
Beginner
428 Views


It works !

Thank you so much Vladimir.


0 Kudos
Reply