Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

Unresolved external symbol at linkage

patmetheny
Beginner
323 Views
I'm using IPP v5.0.
I'm trying to compilethe Intel Echo Cancellation sample in Visual.NET2003.
In DOS mode,thebatch file builds it successfully.
But in VS, I'm getting:
LNK2019: unresolved external symbol _ippGetCpuClocks @ 0 referenced in function _measure_start
I've added the library file which includes(ippcore.lib)to the linking options
( the lib file can be found by the linker, but for some reason it cannot find the function...)

Message Edited by PatMetheny on 12-07-2005 08:57 AM

0 Kudos
3 Replies
Vladimir_Dudnik
Employee
323 Views
Hi,
did you include "ippcore.h" file in your source file where this function called from? Actually, I have no idea, never face such problem...
Regards,
Vladimir
0 Kudos
patmetheny
Beginner
323 Views

Yes, I've included "ippcore.h", otherwise I guessit wouldn' t have compiled.

Thanks anyway.

0 Kudos
Vladimir_Dudnik
Employee
323 Views

Hi,

could you also check that ippcore.lib you use are from IPP v5.0 for IA? In previous libraries this function has name ippCoreGetCpuClocks.

Regards,
Vladimir

0 Kudos
Reply