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

linking IPP to VIsual

Youcef_K_
Beginner
218 Views

Hi everybody,

I'm currently using bilteral filtering of IPP (ippiFilterBilateral_8u_C1R) but i encounter som problems of linking during compilation.

I went to the link above to be sure that everything is ok concerning Visual Studio 2010 settings:

Compiling and linking with Microsoft Visual C++ and Intel C++ compilers

i give the include directory and the additional include directory : "C:\Program Files (x86)\Intel\Composer XE 2013\ipp\tools\ia32\staticlib"

I put "C:\Program Files (x86)\Intel\Composer XE 2013\ipp\lib" in linker>General>Additional Library Directories

then, i put ipps_l.lib in Link>Input>Additional Dependencies

Unfortunately, i have the same error linking :

Description :error LNK2019: unresolved external symbol _w7_ippsEXp_32f_A21@12 referenced in function _w7_ippsExp_32f_I@8

File : ipps_l.lib(psexp32f_w7---ippsExp_32f_I.obj)

(exactly same for "s8" and "p8" instead of "w7")

Any idea on what i forgot or make wrong?

Thanks for your help.

Youcef

0 Kudos
1 Reply
Gennady_F_Intel
Moderator
218 Views

 linker>General>Additional Library Directories should smth like the following 

"C:\..\..l\Composer XE 2013\ipp\lib\ia32\"   -- here 32 bit libraries are situated. 

also -- indicate  ipps_l.lib ippi_l.lib ippcore_l.lib

i hope it helps

--Gennady

0 Kudos
Reply