Calling Intel® IPP in MSVC 2008*(Microsoft Visual C++ 2008*)

Submit New Article

October 30, 2008 1:00 AM PDT


1. Include Intel® IPP header file and function calls as shown below

IPP-MSVC-2008-1.JPG


2. In MSVC 2008 Project Property setting page(From Menu Toolbar->Project->Project Property), select <General>, add ipp.h path in <Additional Include Directories>.

IPP-MSVC-2008-2.JPG


3. Add the Intel® IPP specific libaries at linkage options:
In this case, several Intel® IPP Image processing and Signal Processing functions are used, and we will link the dynamic libraires.

So in Linker, add ippi.lib and ipps.lib under <Input> / <Additional Dependencies>

IPP-MSVC-2008-3.JPG


4.Then add the library path under <General> / <Additional Libraries Directories>

IPP-MSVC-2008-4.JPG


5. Then Build(From Menu Toolbar).

6. Add Intel® IPP bin path either in your system environment setting or run ippenv.bat from directory \tools\env.

 



Do you need more help?


This article applies to: Intel® Integrated Performance Primitives Knowledge Base