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

unresolved external symbol _ippsRSDecodeGetSize_8u@12 referenced in function _main

agilesig
Beginner
367 Views
I'm trying to use the IPP RS encoder/decoder and got the link error:

1>main.obj : error LNK2019: unresolved external symbol _ippsRSDecodeGetSize_8u@12 referenced in function _main

What do I miss? Thanks a lot.

Yan
0 Kudos
4 Replies
Tamer_Assad
Innovator
367 Views
Hi Yan,

Did you link to ippdi library?

Regards,
Tamer Assad
0 Kudos
Ying_H_Intel
Employee
367 Views

Hi Yan,

one more information for yourreference,

Error LNK2001: Unresolved External Symbol _ipp*

How to Build an Intel IPP Application

Regards
Ying

0 Kudos
agilesig
Beginner
367 Views
Tamer,

Yes, I included the ippdi.h header file in my main function. Thanks.

Yan
0 Kudos
agilesig
Beginner
367 Views
I got it. I took the viterbi example code and made modification on that. The project doesn't have all the ipp library added. After adding the ippdi.lib. The link passed. Thanks a lot.

Yan
0 Kudos
Reply