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

warning in building app. using visual studio 2005

awardhani
Beginner
258 Views
I received the following warnings when building my application using ipp:
warning LNK4248: unresolved typeref token (01000016) for 'ipcvMorphState'; image may not run
warning LNK4248: unresolved typeref token (01000017) for 'ipcvMorphAdvState'; image may not run

These warnings did not appear in studio 2003. Is there any known issues with using ipp (ver. 5.1) with visual studio 2005?
0 Kudos
2 Replies
Vladimir_Dudnik
Employee
258 Views

Hello,

IPP v5.1 was released before Microsoft launched VC2005, so we did not test under VC2005 IPP 5.1 release.

Could you please provide small test case to reproduce issue and probably we can find some workaround for you?

Regards,
Vladimir

0 Kudos
Intel_C_Intel
Employee
258 Views

ipcvMorphState and ipcvMorphAdvState are internal names and are not used in applications. It have not been changed since 5.1

We built applications (IPP examples) with MSVC 2005 and saw no such warnings. Could you send the compiler and linker command lines to investigate this issue?

Thanks,

Alexander

0 Kudos
Reply