| October 30, 2008 1:00 AM PDT | |
1. Include Intel® IPP header file and function calls as shown below
2. In MSVC 2008 Project Property setting page(From Menu Toolbar->Project->Project Property), select <General>, add ipp.h path in <Additional Include Directories>.
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>
4.Then add the library path under <General> / <Additional Libraries Directories>
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.
This article applies to: Intel® Integrated Performance Primitives Knowledge Base
For more complete information about compiler optimizations, see our Optimization Notice.


