- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Those functions declared in ippvm.h file and defined in ippvm library. Please check you link with ippvm_l.lib library.
Regards,
Vladimir
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Those functions declared in ippvm.h file and defined in ippvm library. Please check you link with ippvm_l.lib library.
Regards,
Vladimir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It works !
Thank you so much Vladimir.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page