- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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.
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
