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

how to fix it

nicky_hoang270582
469 Views
Hi all

I am trying to use IPP 5.0. I have setup the lib and include file but still get the following error message. I am wonding what you have to do to resolve it.


Linking...
IPO Error: unresolved : _ippiDequantTransformResidual_H264_16s_C1I
Referenced in .enccmd4x4___Win32_Releaseqv1450_mb4x4.obj
xilink6: executing 'C:PROGRA~1MICROS~4VC98Binlink.exe'
qv1450_mb4x4.obj : error LNK2001: unresolved external symbol _ippiDequantTransformResidual_H264_16s_C1I
../../bin/h264.exe : fatal error LNK1120: 1 unresolved externals

Thank you very much in advanced for the help
0 Kudos
1 Reply
Vladimir_Dudnik
Employee
469 Views

Hi,

the function ippiDequantTransformResidual_H264_16s_C1I
is described in ippvc.h and is defined in ippvc.lib library. Did you link with ippvc library?

Regards,
Vladimir

0 Kudos
Reply