Software Archive
Read-only legacy content
17060 Discussions

link visual studio to intel ipp

esouka
Beginner
316 Views
Hi,
i don't know if this is the righr place to ask,
after linking visual studio 2010 to intel ipp and building i get the following errors, help? thank you

[bash]1>------ Build started: Project: LDPC Video DCT, Configuration: IntelIPP Win32 ------
1>Build started 13/12/2011 4:03:18 .
1>InitializeBuildStatus:
1>  Touching "intermediate\LDPC 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)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(990,5): warning MSB8012: TargetPath(D:\kontis\original12\LDPC-Video-DCT-VS-2005\LDPC Video DCT - Release\LDPC Video DCT - VS 2005\bin\LDPC Video DCT.exe) does not match the Linker's OutputFile property value (D:\kontis\original12\LDPC-Video-DCT-VS-2005\LDPC Video DCT - Release\LDPC Video DCT - VS 2005\bin\LDPC 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)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.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>bin\LDPC Video DCT_IPP.exe : fatal error LNK1120: 57 unresolved externals
1>
1>Build FAILED.
1>
1>Time Elapsed 00:00:00.35
========== Build: 0 succeeded, 1 failed, 1 up-to-date, 0 skipped ==========
[/bash]
0 Kudos
0 Replies
Reply