I have purchased and installed the intel compiler suites. I have also downloaded the windows code samples at http://www.intel.com/cd/software/products/asmo-na/eng/perflib/ipp/219967.htm#description
So now I am trying to run ipp-samplesimage-processingimage-processing-mfcippiSample.sln
Compiling this code gives me an error:
Cannot open file 'ippi.lib'. I cannot find this file on my computer. I have already installed the Intel IPP, which I received as part of my Compiler Suites product.
Do I have to do a build to create this library? Or can you send me this library?
I am using Visual Studio 2008, and I had to convert the ippiSample project from a previous version of Visual Studio before I could compile and receive this error about a missing ippi.lib file.
Link Copied
Hello,
The ippi.lib library is import library for IPP DLL dispatcher. It should be located in
Regards,
Vladimir
For more complete information about compiler optimizations, see our Optimization Notice.