Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7838 Discussions

error LNK2019: unresolved external symbol

esouka
Beginner
226 Views
[bash]
2>Linking...
2>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)
2>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)
2>Chen-Image_IPP.lib(ChenImageDCT.obj) : error LNK2001: unresolved external symbol _ippiConvert_16s32f_C1R@24[/bash]

[bash]what is the problem here?[/bash]
[bash]
[/bash]
[bash]thank you[/bash]
0 Kudos
0 Replies
Reply