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

error LNK2019: unresolved external symbol

esouka
Beginner
434 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]
what is the problem here?
thank you
0 Kudos
1 Reply
TimP
Honored Contributor III
434 Views
You have managed toexpose a problem with the forum software making it impossible to reply with most browsers.
If you are linking in Visual Studio, a buildlog might be useful.
I assume you are invoking IPP intentionally. It looks like you may be mixing up cdecl and the ancient stdcall (with @24) references.
If the question is specific to IPP, the IPP forum may be more helpful.
0 Kudos
Reply