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

IJL visual 2005 linking problem

raduv
Beginner
414 Views

Hi,

I am having a compile problem under Visual C++ 2005 environment. I am including ijl.h and linking to ijl11.lib however I am having the following linking error

error LNK2019: unresolved external symbol __imp__ijlInit@4 referenced in function "void __cdecl ReadJpeg(void)" (?ReadJpeg@@YAXXZ)

How can I successfully link under VS 2005 ? Please help

Regards,

Radu

0 Kudos
1 Reply
Vladimir_Dudnik
Employee
414 Views

Hi Radu,

For your knowledge, Intel JPEG Library was end of lifed several years ago (and the latest version for that time was IJL 1.51).

Currently, we provide IJL library in source code as a IPP JPEG sample, you can download the latest version of IPP 5.2 beta and IPP samples under link below

http://www.intel.com/software/products/ipp/beta

This sample can be compiled with VC2005 compiler.

Regards,
Vladimir

0 Kudos
Reply