- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have a software package code for which is not written by me. I inherited it.
It uses IPP. I have set IPP include and linker settings for project.
But for some reason it keeps looking for a specific version of IPP compilers_and_libraries_2017.0.109
I have version 2018.3.210 installed on my machine.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
please check your project settings, there shall be "Use IPP" option. If the option is enable the compiler looks into IPP header files that included and use the next pragmas in the header files to find libraries:
#pragma comment( lib, __FILE__ "/../../lib/" INTEL_PLATFORM "ippimt" )
#pragma comment( lib, __FILE__ "/../../lib/" INTEL_PLATFORM "ippsmt" )
if you disable the option and add IPP header files and libraries to the project manually it should work. Please try.
Pavel
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page