- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
[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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
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.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page