<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated on Fri, 25 May 2012 16:33:38 -0700 -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <atom:link href="http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-for-windows-lnk2001-unresolved-external-symbol-_ipp/feed/" rel="self" type="application/rss+xml" />
    <title>Intel Software Network Comments Feed</title>
    <link>http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-for-windows-lnk2001-unresolved-external-symbol-_ipp</link>
    <description></description>
    <language>en-us</language>
    <item>
      <title>By cakrudy</title>
      <description><![CDATA[ Hi,
I have an error:
1>------ Build started: Project: cvsample, Configuration: Debug Win32 ------
1>Compiling...
1>cekIPP.cpp
1>c:program filesopencvcvincludecvcompat.h(785) : warning C4819: The file contains a character that cannot be represented in the current code page (932). Save the file in Unicode format to prevent data loss
1>Linking...
1>cekIPP.obj : error LNK2019: unresolved external symbol _ippiRGBToGray_8u_C3C1R@24 referenced in function _main
1>.cvsampled.exe : fatal error LNK1120: 1 unresolved externals
1>Build log was saved at "file: // C:UsersNECVER~1AppDataLocalTempopencv.buildcvsample_Debug.Win32BuildLog.htm"
1>cvsample - 2 error(s), 1 warning(s)
========== Build: 0 succeeded, 1 failed, 9 up-to-date, 0 skipped ==========

thanks for help!

regards,

cakrudy ]]></description>
      <link>http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-for-windows-lnk2001-unresolved-external-symbol-_ipp/#comment-26834</link>
      <pubDate>Tue, 30 Jun 2009 07:03:32 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-for-windows-lnk2001-unresolved-external-symbol-_ipp/#comment-26834</guid>
    </item>
    <item>
      <title>By Ying Hu (Intel)</title>
      <description><![CDATA[ Hello cakrudy, 

The function ippiRGBToGray is declared in the ippcc.h file. Could you please check if color conversion library : ippcc.lib (and ippi.lib ipps.lib ippcore.lib libiomp5md.lib) was linked in your project? 

Some related KBs for your reference
http://software.intel.com/en-us/articles/how-to-build-ipp-application/
Intel® IPP- Library dependencies by domain : 
http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-library-dependencies-by-domain/
Regards,
Ying ]]></description>
      <link>http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-for-windows-lnk2001-unresolved-external-symbol-_ipp/#comment-26888</link>
      <pubDate>Tue, 30 Jun 2009 22:33:02 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-for-windows-lnk2001-unresolved-external-symbol-_ipp/#comment-26888</guid>
    </item>
    <item>
      <title>By esouka</title>
      <description><![CDATA[ hi,

i have the same problem, my errors are similar


1>------ Build started: Project: LDPC Video DCT, Configuration: IntelIPP Win32 ------
1>Build started 13/12/2011 4:58:11 μμ.
1>InitializeBuildStatus:
1>  Touching "intermediateLDPC Video DCT.unsuccessfulbuild".
1>ClCompile:
1>  All outputs are up-to-date.
1>ManifestResourceCompile:
1>  All outputs are up-to-date.
1>C:Program Files (x86)MSBuildMicrosoft.Cppv4.0Microsoft.CppBuild.targets(990,5): warning MSB8012: TargetPath(D:kontisoriginal12LDPC-Video-DCT-VS-2005LDPC Video DCT - ReleaseLDPC Video DCT - VS 2005binLDPC Video DCT.exe) does not match the Linker's OutputFile property value (D:kontisoriginal12LDPC-Video-DCT-VS-2005LDPC Video DCT - ReleaseLDPC Video DCT - VS 2005binLDPC Video DCT_IPP.exe). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
1>C:Program Files (x86)MSBuildMicrosoft.Cppv4.0Microsoft.CppBuild.targets(992,5): warning MSB8012: TargetName(LDPC Video DCT) does not match the Linker's OutputFile property value (LDPC Video DCT_IPP). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
1>Chen-Image_IPP.lib(ChenImage.obj) : error LNK2019: unresolved external symbol _ippiMean_StdDev_32f_C1R@24 referenced in function "int __cdecl ChenImage_imageMeanStdDev(int,int,short const *,float *,float *)" (?ChenImage_imageMeanStdDev@@YAHHHPBFPAM1@Z)
1>Chen-Image_IPP.lib(ChenImage.obj) : error LNK2019: unresolved external symbol _ippiConvert_16s32f_C1R@24 referenced in function "int __cdecl ChenImage_imageMeanStdDev(int,int,short const *,float *,float *)" (?ChenImage_imageMeanStdDev@@YAHHHPBFPAM1@Z)
1>Chen-Image_IPP.lib(ChenImageDCT.obj) : error LNK2001: unresolved external symbol _ippiConvert_16s32f_C1R@24
1>Chen-Image_IPP.lib(ChenImage.obj) : error LNK2019: unresolved external symbol _ippiCopy_16s_C1R@24 referenced in function "int __cdecl ChenImage_imageBlockMeanStdDev(int,int,short const *,int,float *,float *)" (?ChenImage_imageBlockMeanStdDev@@YAHHHPBFHPAM1@Z)
1>Chen-Image_IPP.lib(ChenImage.obj) : error LNK2019: unresolved external symbol _ippiSub_16s_C1RSfs@36 referenced in function "int __cdecl ChenImage_imageMSE(int,int,short const *,short const *,float *)" (?ChenImage_imageMSE@@YAHHHPBF0PAM@Z)
1>Chen-Image_IPP.lib(ChenImage.obj) : error LNK2019: unresolved external symbol _ippsSum_32f@16 referenced in function "int __cdecl ChenImage_imageDistortionEpsilonSqr(int,int,short const *,float *)" (?ChenImage_imageDistortionEpsilonSqr@@YAHHHPBFPAM@Z)
1>Chen-Image_IPP.lib(ChenImage.obj) : error LNK2019: unresolved external symbol _ippsCubrt_32f@12 referenced in function "int __cdecl ChenImage_imageDistortionEpsilonSqr(int,int,short const *,float *)" (?ChenImage_imageDistortionEpsilonSqr@@YAHHHPBFPAM@Z)
1>Chen-Image_IPP.lib(ChenImage.obj) : error LNK2019: unresolved external symbol _ippiMinMax_16s_C1R@24 referenced in function "int __cdecl ChenImage_imageDistortionEpsilonSqr(int,int,short const *,float *)" (?ChenImage_imageDistortionEpsilonSqr@@YAHHHPBFPAM@Z)
1>Chen-Image_IPP.lib(ChenImage.obj) : error LNK2019: unresolved external symbol _ippsDivC_32f_I@12 referenced in function "int __cdecl ChenImage_imagePMF(int,int,short const *,float *)" (?ChenImage_imagePMF@@YAHHHPBFPAM@Z)
1>Chen-Image_IPP.lib(ChenImage.obj) : error LNK2019: unresolved external symbol _ippsConvert_32s32f@12 referenced in function "int __cdecl ChenImage_imagePMF(int,int,short const *,float *)" (?ChenImage_imagePMF@@YAHHHPBFPAM@Z)
1>Chen-Image_IPP.lib(ChenImage.obj) : error LNK2019: unresolved external symbol _ippsSum_32s_Sfs@16 referenced in function "int __cdecl ChenImage_imagePMF(int,int,short const *,float *)" (?ChenImage_imagePMF@@YAHHHPBFPAM@Z)
1>Chen-Image_IPP.lib(ChenImage.obj) : error LNK2019: unresolved external symbol _ippiHistogramRange_16s_C1R@28 referenced in function "int __cdecl ChenImage_imagePMF(int,int,short const *,float *)" (?ChenImage_imagePMF@@YAHHHPBFPAM@Z)
1>Chen-Image_IPP.lib(ChenImage.obj) : error LNK2019: unresolved external symbol _ippsZero_32s@8 referenced in function "int __cdecl ChenImage_imagePMF(int,int,short const *,float *)" (?ChenImage_imagePMF@@YAHHHPBFPAM@Z)
1>Chen-Image_IPP.lib(ChenImage.obj) : error LNK2019: unresolved external symbol _ippsVectorRamp_32s@16 referenced in function "int __cdecl ChenImage_imagePMF(int,int,short const *,float *)" (?ChenImage_imagePMF@@YAHHHPBFPAM@Z)
1>Chen-Image_IPP.lib(ChenImage.obj) : error LNK2019: unresolved external symbol _ippsMul_32f_I@12 referenced in function "int __cdecl ChenImage_imageEntropy(int,int,short const *,float *)" (?ChenImage_imageEntropy@@YAHHHPBFPAM@Z)
1>Chen-Image_IPP.lib(ChenImage.obj) : error LNK2019: unresolved external symbol _ippsLn_32f@12 referenced in function "int __cdecl ChenImage_imageEntropy(int,int,short const *,float *)" (?ChenImage_imageEntropy@@YAHHHPBFPAM@Z)
1>Chen-Image_IPP.lib(ChenImage.obj) : error LNK2019: unresolved external symbol _ippiSum_16s_C1R@20 referenced in function "int __cdecl ChenImage_imageBlockMatch1D(int,int,int,int,short const *,short const *,short *,short *,short *)" (?ChenImage_imageBlockMatch1D@@YAHHHHHPBF0PAF11@Z)
1>Chen-Image_IPP.lib(ChenImage.obj) : error LNK2019: unresolved external symbol _ippiAbs_16s_C1R@24 referenced in function "int __cdecl ChenImage_imageBlockMatch1D(int,int,int,int,short const *,short const *,short *,short *,short *)" (?ChenImage_imageBlockMatch1D@@YAHHHHHPBF0PAF11@Z)
1>Chen-Image_IPP.lib(ChenImage.obj) : error LNK2019: unresolved external symbol _ippiConvert_32f16s_C1R@28 referenced in function "int __cdecl ChenImage_imageBlockMatch1DDoubleHypothesisAdd(int,int,int,int,short const *,short const *,short const *,float const *,short *,short *,short *,short *)" (?ChenImage_imageBlockMatch1DDoubleHypothesisAdd@@YAHHHHHPBF00PBMPAF222@Z)
1>Chen-Image_IPP.lib(ChenImage.obj) : error LNK2019: unresolved external symbol _ippiAdd_32f_C1R@32 referenced in function "int __cdecl ChenImage_imageBlockMatch1DDoubleHypothesisAdd(int,int,int,int,short const *,short const *,short const *,float const *,short *,short *,short *,short *)" (?ChenImage_imageBlockMatch1DDoubleHypothesisAdd@@YAHHHHHPBF00PBMPAF222@Z)
1>Chen-Image_IPP.lib(ChenImage.obj) : error LNK2019: unresolved external symbol _ippiMulC_32f_C1IR@20 referenced in function "int __cdecl ChenImage_imageBlockMatch1DDoubleHypothesisAdd(int,int,int,int,short const *,short const *,short const *,float const *,short *,short *,short *,short *)" (?ChenImage_imageBlockMatch1DDoubleHypothesisAdd@@YAHHHHHPBF00PBMPAF222@Z)
1>Chen-Image_IPP.lib(ChenImage.obj) : error LNK2019: unresolved external symbol _ippsSet_16s@12 referenced in function "int __cdecl ChenImage_imageBlockMatch1DDoubleHypothesisSwitch(int,int,int,int,short const *,short const *,short const *,short *,short *,short *,short *)" (?ChenImage_imageBlockMatch1DDoubleHypothesisSwitch@@YAHHHHHPBF00PAF111@Z)
1>Chen-Image_IPP.lib(ChenImage.obj) : error LNK2019: unresolved external symbol _ippiSet_16s_C1R@20 referenced in function "int __cdecl ChenImage_extrapolateImage(short,short,short const *,int,int,short *)" (?ChenImage_extrapolateImage@@YAHFFPBFHHPAF@Z)
1>Chen-Image_IPP.lib(ChenImage.obj) : error LNK2019: unresolved external symbol _ippiResize_32f_C1R@68 referenced in function "int __cdecl ChenImage_interpolateImage(int,int,int,float const *,int,int,float *)" (?ChenImage_interpolateImage@@YAHHHHPBMHHPAM@Z)
1>Chen-Image_IPP.lib(ChenImage.obj) : error LNK2019: unresolved external symbol _ippsMulC_32f_I@12 referenced in function "int __cdecl ChenImage_laplacianPDF(int,float,float const *,float *)" (?ChenImage_laplacianPDF@@YAHHMPBMPAM@Z)
1>Chen-Image_IPP.lib(ChenImageDCT.obj) : error LNK2001: unresolved external symbol _ippsMulC_32f_I@12
1>Chen-Image_IPP.lib(ChenImage.obj) : error LNK2019: unresolved external symbol _ippsExp_32f_I@8 referenced in function "int __cdecl ChenImage_laplacianPDF(int,float,float const *,float *)" (?ChenImage_laplacianPDF@@YAHHMPBMPAM@Z)
1>Chen-Image_IPP.lib(ChenImage.obj) : error LNK2019: unresolved external symbol _ippsMulC_32f@16 referenced in function "int __cdecl ChenImage_laplacianPDF(int,float,float const *,float *)" (?ChenImage_laplacianPDF@@YAHHMPBMPAM@Z)
1>Chen-Image_IPP.lib(ChenImage.obj) : error LNK2019: unresolved external symbol _ippsAbs_32f@12 referenced in function "int __cdecl ChenImage_laplacianPDF(int,float,float const *,float *)" (?ChenImage_laplacianPDF@@YAHHMPBMPAM@Z)
1>Chen-Image_IPP.lib(ChenImage.obj) : error LNK2019: unresolved external symbol _ippsMul_32f@16 referenced in function "int __cdecl ChenImage_generalGaussianTransEqn(int,float,short const *,float *)" (?ChenImage_generalGaussianTransEqn@@YAHHMPBFPAM@Z)
1>Chen-Image_IPP.lib(ChenImage.obj) : error LNK2019: unresolved external symbol _ippsConvert_16s32f@12 referenced in function "int __cdecl ChenImage_generalGaussianTransEqn(int,float,short const *,float *)" (?ChenImage_generalGaussianTransEqn@@YAHHMPBFPAM@Z)
1>Chen-Image_IPP.lib(ChenImageDCT.obj) : error LNK2001: unresolved external symbol _ippsConvert_16s32f@12
1>Chen-Image_IPP.lib(ChenImage.obj) : error LNK2019: unresolved external symbol _ippsConvert_32f16s_Sfs@20 referenced in function "int __cdecl ChenImage_blockQuantize(int,int,short const *,int,short const *,short *)" (?ChenImage_blockQuantize@@YAHHHPBFH0PAF@Z)
1>Chen-Image_IPP.lib(ChenImageDCT.obj) : error LNK2001: unresolved external symbol _ippsConvert_32f16s_Sfs@20
1>Chen-Image_IPP.lib(ChenImage.obj) : error LNK2019: unresolved external symbol _ippiDiv_32f_C1IR@24 referenced in function "int __cdecl ChenImage_blockQuantize(int,int,float const *,int,short const *,float *)" (?ChenImage_blockQuantize@@YAHHHPBMHPBFPAM@Z)
1>Chen-Image_IPP.lib(ChenImageDCT.obj) : error LNK2001: unresolved external symbol _ippiDiv_32f_C1IR@24
1>Chen-Image_IPP.lib(ChenImage.obj) : error LNK2019: unresolved external symbol _ippiMul_32f_C1IR@24 referenced in function "int __cdecl ChenImage_blockDequantize(int,int,float const *,int,short const *,float *)" (?ChenImage_blockDequantize@@YAHHHPBMHPBFPAM@Z)
1>Chen-Image_IPP.lib(ChenImageDCT.obj) : error LNK2001: unresolved external symbol _ippiMul_32f_C1IR@24
1>Chen-Image_IPP.lib(ChenImage.obj) : error LNK2019: unresolved external symbol _ippsHuffFree_8u@4 referenced in function "int __cdecl ChenImage_HuffmanEncode(int,unsigned char const *,unsigned char *,int *)" (?ChenImage_HuffmanEncode@@YAHHPBEPAEPAH@Z)
1>Chen-Image_IPP.lib(ChenImage.obj) : error LNK2019: unresolved external symbol _ippsEncodeHuffFinal_8u@12 referenced in function "int __cdecl ChenImage_HuffmanEncode(int,unsigned char const *,unsigned char *,int *)" (?ChenImage_HuffmanEncode@@YAHHPBEPAEPAH@Z)
1>Chen-Image_IPP.lib(ChenImage.obj) : error LNK2019: unresolved external symbol _ippsEncodeHuff_8u@20 referenced in function "int __cdecl ChenImage_HuffmanEncode(int,unsigned char const *,unsigned char *,int *)" (?ChenImage_HuffmanEncode@@YAHHPBEPAEPAH@Z)
1>Chen-Image_IPP.lib(ChenImage.obj) : error LNK2019: unresolved external symbol _ippsHuffLenCodeTablePack_8u@12 referenced in function "int __cdecl ChenImage_HuffmanEncode(int,unsigned char const *,unsigned char *,int *)" (?ChenImage_HuffmanEncode@@YAHHPBEPAEPAH@Z)
1>Chen-Image_IPP.lib(ChenImage.obj) : error LNK2019: unresolved external symbol _ippsHuffGetLenCodeTable_8u@8 referenced in function "int __cdecl ChenImage_HuffmanEncode(int,unsigned char const *,unsigned char *,int *)" (?ChenImage_HuffmanEncode@@YAHHPBEPAEPAH@Z)
1>Chen-Image_IPP.lib(ChenImage.obj) : error LNK2019: unresolved external symbol _ippsEncodeHuffInitAlloc_8u@8 referenced in function "int __cdecl ChenImage_HuffmanEncode(int,unsigned char const *,unsigned char *,int *)" (?ChenImage_HuffmanEncode@@YAHHPBEPAEPAH@Z)
1>Chen-Image_IPP.lib(ChenImage.obj) : error LNK2019: unresolved external symbol _ippsDecodeHuff_8u@20 referenced in function "int __cdecl ChenImage_HuffmanDecode(int,unsigned char const *,int *,unsigned char *)" (?ChenImage_HuffmanDecode@@YAHHPBEPAHPAE@Z)
1>Chen-Image_IPP.lib(ChenImage.obj) : error LNK2019: unresolved external symbol _ippsDecodeHuffInitAlloc_8u@8 referenced in function "int __cdecl ChenImage_HuffmanDecode(int,unsigned char const *,int *,unsigned char *)" (?ChenImage_HuffmanDecode@@YAHHPBEPAHPAE@Z)
1>Chen-Image_IPP.lib(ChenImage.obj) : error LNK2019: unresolved external symbol _ippsHuffLenCodeTableUnpack_8u@12 referenced in function "int __cdecl ChenImage_HuffmanDecode(int,unsigned char const *,int *,unsigned char *)" (?ChenImage_HuffmanDecode@@YAHHPBEPAHPAE@Z)
1>Chen-Image_IPP.lib(ChenImageDCT.obj) : error LNK2019: unresolved external symbol _ippiDCT8x8Fwd_32f_C1I@4 referenced in function "int __cdecl ChenImageDCT_block88DCTQuantize(int,int,float const *,short const *,float *)" (?ChenImageDCT_block88DCTQuantize@@YAHHHPBMPBFPAM@Z)
1>Chen-Image_IPP.lib(ChenImageDCT.obj) : error LNK2019: unresolved external symbol _ippiDCT8x8Inv_32f_C1I@4 referenced in function "int __cdecl ChenImageDCT_block88InvDCTDequantize(int,int,float const *,short const *,float *)" (?ChenImageDCT_block88InvDCTDequantize@@YAHHHPBMPBFPAM@Z)
1>Chen-Image_IPP.lib(ChenImageDCT.obj) : error LNK2019: unresolved external symbol _ippiDCTFwdFree_32f@4 referenced in function "int __cdecl ChenImageDCT_blockDCTQuantize(int,int,int,float const *,short const *,float *)" (?ChenImageDCT_blockDCTQuantize@@YAHHHHPBMPBFPAM@Z)
1>Chen-Image_IPP.lib(ChenImageDCT.obj) : error LNK2019: unresolved external symbol _ippiDCTFwd_32f_C1R@24 referenced in function "int __cdecl ChenImageDCT_blockDCTQuantize(int,int,int,float const *,short const *,float *)" (?ChenImageDCT_blockDCTQuantize@@YAHHHHPBMPBFPAM@Z)
1>Chen-Image_IPP.lib(ChenImageDCT.obj) : error LNK2019: unresolved external symbol _ippiDCTFwdGetBufSize_32f@8 referenced in function "int __cdecl ChenImageDCT_blockDCTQuantize(int,int,int,float const *,short const *,float *)" (?ChenImageDCT_blockDCTQuantize@@YAHHHHPBMPBFPAM@Z)
1>Chen-Image_IPP.lib(ChenImageDCT.obj) : error LNK2019: unresolved external symbol _ippiDCTFwdInitAlloc_32f@16 referenced in function "int __cdecl ChenImageDCT_blockDCTQuantize(int,int,int,float const *,short const *,float *)" (?ChenImageDCT_blockDCTQuantize@@YAHHHHPBMPBFPAM@Z)
1>Chen-Image_IPP.lib(ChenImageDCT.obj) : error LNK2019: unresolved external symbol _ippiDCTInvFree_32f@4 referenced in function "int __cdecl ChenImageDCT_blockInvDCTDequantize(int,int,int,float const *,short const *,float *)" (?ChenImageDCT_blockInvDCTDequantize@@YAHHHHPBMPBFPAM@Z)
1>Chen-Image_IPP.lib(ChenImageDCT.obj) : error LNK2019: unresolved external symbol _ippiDCTInv_32f_C1R@24 referenced in function "int __cdecl ChenImageDCT_blockInvDCTDequantize(int,int,int,float const *,short const *,float *)" (?ChenImageDCT_blockInvDCTDequantize@@YAHHHHPBMPBFPAM@Z)
1>Chen-Image_IPP.lib(ChenImageDCT.obj) : error LNK2019: unresolved external symbol _ippiDCTInvGetBufSize_32f@8 referenced in function "int __cdecl ChenImageDCT_blockInvDCTDequantize(int,int,int,float const *,short const *,float *)" (?ChenImageDCT_blockInvDCTDequantize@@YAHHHHPBMPBFPAM@Z)
1>Chen-Image_IPP.lib(ChenImageDCT.obj) : error LNK2019: unresolved external symbol _ippiDCTInvInitAlloc_32f@16 referenced in function "int __cdecl ChenImageDCT_blockInvDCTDequantize(int,int,int,float const *,short const *,float *)" (?ChenImageDCT_blockInvDCTDequantize@@YAHHHHPBMPBFPAM@Z)
1>Chen-Image_IPP.lib(ChenImageDCT.obj) : error LNK2019: unresolved external symbol _ippsDiv_32f_I@12 referenced in function "int __cdecl ChenImageDCT_blockDCTQuantizeRange(int,short const *,short *)" (?ChenImageDCT_blockDCTQuantizeRange@@YAHHPBFPAF@Z)
1>Chen-Image_IPP.lib(ChenImageDCT.obj) : error LNK2019: unresolved external symbol _ippmMul_mm_32f@52 referenced in function "int __cdecl ChenImageDCT_blockDCTQuantizeRange(int,short const *,short *)" (?ChenImageDCT_blockDCTQuantizeRange@@YAHHPBFPAF@Z)
1>Chen-Image_IPP.lib(ChenImageDCT.obj) : error LNK2019: unresolved external symbol _ippmTranspose_m_32f@32 referenced in function "int __cdecl ChenImageDCT_blockDCTQuantizeRange(int,short const *,short *)" (?ChenImageDCT_blockDCTQuantizeRange@@YAHHPBFPAF@Z)
1>Chen-Image_IPP.lib(ChenImageDCT.obj) : error LNK2019: unresolved external symbol _ippsAbs_32f_I@8 referenced in function "int __cdecl ChenImageDCT_blockDCTQuantizeRange(int,short const *,short *)" (?ChenImageDCT_blockDCTQuantizeRange@@YAHHPBFPAF@Z)
1>Chen-Image_IPP.lib(ChenImageDCT.obj) : error LNK2019: unresolved external symbol _ippsSet_32f@12 referenced in function "int __cdecl ChenImageDCT_blockDCTQuantizeRange(int,short const *,short *)" (?ChenImageDCT_blockDCTQuantizeRange@@YAHHPBFPAF@Z)
1>Chen-Image_IPP.lib(ChenVideo.obj) : error LNK2019: unresolved external symbol _ippiConvert_8u16s_C1R@24 referenced in function "int __cdecl ChenVideo_loadYUVVideo(char const *,enum Resolution,int,int,short * * &,short * * &,short * * &)" (?ChenVideo_loadYUVVideo@@YAHPBDW4Resolution@@HHAAPAPAF22@Z)
1>binLDPC Video DCT_IPP.exe : fatal error LNK1120: 57 unresolved externals
1>
1>Build FAILED.
1>
1>Time Elapsed 00:00:00.36
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

help?

thank you ]]></description>
      <link>http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-for-windows-lnk2001-unresolved-external-symbol-_ipp/#comment-68049</link>
      <pubDate>Tue, 13 Dec 2011 07:03:11 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-for-windows-lnk2001-unresolved-external-symbol-_ipp/#comment-68049</guid>
    </item>
    <item>
      <title>By Ying H (Intel)</title>
      <description><![CDATA[ Please refer to 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/.

What you need is to tell the compiler where to find the library. 
You can set compiler option in project property to link any third-party library(including ipp and other library) via
1) Add the library 
 Add ippi.lib ippj.lib ippcv.lib ippvc.lib  to the box of 
project>>properties>>linker>>input>>additional 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>>Additional include directory.

Regards,
Ying ]]></description>
      <link>http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-for-windows-lnk2001-unresolved-external-symbol-_ipp/#comment-68062</link>
      <pubDate>Tue, 13 Dec 2011 18:22:38 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-for-windows-lnk2001-unresolved-external-symbol-_ipp/#comment-68062</guid>
    </item>
  </channel></rss>
