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

link errors in image codecs

Genady_Malinsky
Beginner
331 Views

Hi,

I am used Intel IPP version 6.0.167 I upgraded to the Intel IPP Composer XE 2011 SP1 and ipp-samples_p_7.0.7.064. My machine OS in Win7  32-bit my DirectX version is 11.

I wrote simple tester that make siple wrapper for the jpeg2000 (MotionJPEG2000_dec.lib) and when I compile צט אקדאקר 'יןבי ודקד איןד 'רשפפקר it I got this link errors:

Error 3 error LNK2001: unresolved external symbol "public: int __thiscall CIppImage::Alloc(struct IppiSize,int,int,int)" (?Alloc@CIppImage@@QAEHUIppiSize@@HHH@Z) MotionJPEG2000_dec.lib

Error 4 error LNK2001: unresolved external symbol "public: virtual __thiscall CIppImage::~CIppImage(void)" (??1CIppImage@@UAE@XZ) MotionJPEG2000_dec.lib

Error 5 error LNK2001: unresolved external symbol "public: __thiscall CIppImage::CIppImage(void)" (??0CIppImage@@QAE@XZ) MotionJPEG2000_dec.lib

I added to my code :

#pragma comment(lib,"uic_transcoder_con.lib")
#pragma comment(lib,"uic_core.lib")
#pragma comment(lib,"uic_bmp.lib")
#pragma comment(lib,"uic_pnm.lib")

What is missing ? 

Can I compile the image codecs to make static libs insted of dynamic ones?

Thanks.

0 Kudos
1 Reply
SergeyKostrov
Valued Contributor II
331 Views
Genady, I see that this is a duplicate. Please continue posting into your 1st thread created last year. Best regards, Sergey
0 Kudos
Reply