- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am using OpenCv on windows with IPP. OpenCV works fine, but I get the following error when I try and compile IPP functions
TEST error LNK2001: unresolved external symbol "enum IppStatus __stdcall ippiCopy_8u_C3R(unsigned char const *,int,unsigned char *,int,struct IppiSize)" (?ippiCopy_8u_C3R@@$$J224YG?AW4IppStatus@@PBEHPAEHUIppiSize@@@Z)
just declaring :
Ipp8u *ipprgb
works fine. Any ideas on what is wrong.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
(?ippiCopy_8u_C3R@@$$J224YG?AW4IppStatus@@PBEHPAEHUIppiSize@@@Z)
looks like C++ mangled symbol name.
Try to add
extern "C"
looks like C++ mangled symbol name.
Try to add
extern "C"

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