Ipps.lib not found

Hii,
I’m building a juce project using visual studio and the Integrated Performance Primitives (IPP) only these three though :
ippsmt.lib
ippcoremt.lib
ippvmmt.lib

Here’s my .jucer :

But I’m getting this error :
Unable to open file “ipps.lib”
I don’t know vhy it would try to load ipps.lib when I don’t specify it in the linker

Sofiane,
Best regards

Just activate “Use IPP Library (oneApi)” inside introjucer should do the trick, no need to specifiy separate link libraries. The oneAPI installs a plugin inside Visual Studio, which cares about the libraries)

(Unless you use a windows on ARM system, but that’s a different story: TIP: Intel IPP with Visual Studio C++ under Windows ARM for x64 builds)

1 Like