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

ippjw7l.lib library not found error

ji-heng_yang
Beginner
453 Views

Hello all,

I'm new to Intel Performance Primitive programming, I have a sample program obtained fromanother folk and tried to compile it on my computer, but my VS .net tells me it can't find ippjw7l.lib. I tried to locate the library, it turns out that there is no such file. So could someone help me figure out a way to compile this program? Thanks.

ps: I found on the forum that there is a dll version of this library, which I have in my IPP package. But the source code requires a static library.

0 Kudos
3 Replies
Vladimir_Dudnik
Employee
453 Views

Hello,

you need to have IPP installed tobe able to develop applications based on IPP.

Please follow by the link below where you may register and download IPP product. Note, IPP static libraries is not available in evaluation package.

IntelIntegrated Performance Primitives 5.2

Regards,
Vladimir

0 Kudos
ji-heng_yang
Beginner
453 Views

Thank you for your reply.

As a matter of fact, I have already tried 2 different version of IPP now, 5.1 and 5.2, But it appears that I can't find the library what so ever. So do I need to download some patches or I'm missing something.

0 Kudos
Vladimir_Dudnik
Employee
451 Views

Hello,

There is two linkage models in IPP: dynamic (when you link with IPP DLLs) and static (when you link with IPP static libraries). If you are interested in static link you need to link your application with ippjemerged and ippjmerged libraries. We did not release ippjw7l library, do not know from where you get the project which rely on it.

And if you want to try dynamic link you may link your application with ippj.lib, which is import library for DLL dispatcher.

Note, all those libraries contains the same entry points so changing link model is as easy as replacing names of libraries to link with in your project settings.

Regards,
Vladimir

0 Kudos
Reply