Hello all, I'm trying to make use of "ippsMul_32f_A24(...)" in my application but I'm getting an "unresolved external symbol _ippsMul_32f_A24" link error when trying to build. My linker input specification is:
ippsemerged.lib ippsmerged.lib ippsremerged.lib ippsrmerged.lib ippmemerged.lib ippmmerged.lib ippiemerged.lib ippimerged.lib ippcorel.lib libguide.lib
Have Iomitteda lib file necessary for this function call?
-L
链接已复制
Thanks for the response. I've appended the linker specification with "ippvmemerged ippvmmerged" but now I'm getting:
"fatal error LNK1104: cannot open file 'ippvmemerged.obj".
Any ideas? IPP can be tough to get working sometimes. Thanks!
-L
Hello,
UsingIPP is not more tough than using any other libraries. You need specify full library name to linker. That's mean ippvmemerged.lib and ippvmmerged.lib. Otherwise it tries to look for an object file
Regards,
Vladimir
