- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page