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

missing ippalignpxl.lib

zisik
Beginner
664 Views
Hi all,
I use the evaluation version of the IPP library on win2000 system.
I download the sample about Voice Activity Detector.
When I compile sample codebyVisual Studio 6.0 C++ compiler, I get link error about "ippsDownSampleSize" function.
This erroris normal, since I have no library for that function (ippsDownSampleSize) with name "ippalignpxl.lib".
How I can obtain that library?
Is itonly unavailable for evaluation version or Win2000 system.
Thanks for your help.
0 Kudos
3 Replies
malinovskaya
Beginner
664 Views
 
0 Kudos
Vladimir_Dudnik
Employee
664 Views
Hi,
that's correct, ippalignpxl.lib is not part of evaluation package. You need full version of IPP to get this library.
Regards,
Vladimir
0 Kudos
Ying_S_Intel
Employee
664 Views
The ippalighpxl.lib and ippaligh.h are created for keeping the Intel API compatibility between IA and PCA.

If you are using the Intel IPP 4.1 evaluation package, you can choose the dynamic library to link instead of static library.
Hope it helps.
Thanks,
Ying
0 Kudos
Reply