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