- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i have a code and it is developed by IPP 6.1 multi-thread. i am trying to migrate to IPP 7.1. But firstly i want to test the code before buying licence. i downloaded IPP 7.1 evaluation version. The version dont promode multi-thread and i changed _t libraries to _l library. It gives 3 errors in compile.
LNK2019: unresolved external symbol _ippiResize_8u_C1R@68 referenced in function functionTaste
LNK2019: unresolved external symbol _ippiResize_8u_C3R@68 referenced in function functionTaste
LNK2019: unresolved external symbol _ippStaticInitCpu@4 referenced in function functionTaste
i need the answer, can i compile this code with evaluation version?
Regards,
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
>>...LNK2019: unresolved external symbol _ippiResize_8u_C1R@68 referenced in function functionTaste
First of all ippiResize_8u_C1R is a very old IPP function and even IPP v3.x has it. A verification with IPP version 7.x shows that the function is referenced in the following libraries:
ippi.lib
ippi_l.lib
ippi_t.lib
and you need to verify a project linker settings.
>>...i need the answer, can i compile this code with evaluation version?
Yes.

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