Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
6709 Discussions

intel integrated performance option in the properties pages

esouka
Beginner
247 Views
If there is no the option intel integrated performance in the properties pages so that i can put Use IPP Yes, what is the problem, how can i fix it?
thanks
0 Kudos
3 Replies
SergeyKostrov
Valued Contributor II
247 Views
0 Kudos
Ying_H_Intel
Employee
247 Views
Thanks you sergey. Right, If the option is not there, it should be same tolink the libraryby setting project property page manually.

you may try

1) Add the library
Add ippi.lib ippj.lib ippcv.lib ippvc.lib etcto the box of
project>>properties>>linker>>input>>addit ional dependencies
2) Add the library path
add the lib's path to project>>properties>>link>> General>> Additional Library Directories.
3) and add header file path
add the header file to project>>properties>>Fortran>>General>>Ad ditional include directory.

as http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-for-windows-compiling-and-linking-with-microsoft-visual-c-and-intel-c-compilers/

http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-for-windows-lnk2001-unresolved-external-symbol-_ipp/#comment-68062


Best Regards,
Ying
0 Kudos
Naveen_G_Intel
Employee
247 Views
0 Kudos
Reply