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

Problem with "Getting Started with Intel® IPP"

Nadav_E_
Beginner
351 Views

Hello,

After following all the instructions in the following link https://software.intel.com/en-us/get-started-with-ipp-for-windows to get started, I get an error that says 

1>------ Build started: Project: toDelete, Configuration: Debug Win32 ------

1>ipptest.obj : error LNK2019: unresolved external symbol _ippGetLibVersion@0 referenced in function _main
1>ipptest.obj : error LNK2019: unresolved external symbol _ippInit@0 referenced in function _main
1>ipptest.obj : error LNK2019: unresolved external symbol _ippGetCpuFeatures@8 referenced in function _main
1>ipptest.obj : error LNK2019: unresolved external symbol _ippGetEnabledCpuFeatures@0 referenced in function _main
1>C:\Users\nadavv\Work_Projects\Verasonics\CSpeedUp\toDelete\Debug\toDelete.exe : fatal error LNK1120: 4 unresolved externals
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

Hope this forum can help me fixing these errors.

Sincerely,

Nadav

 

0 Kudos
2 Replies
Aleksey_Y_
Beginner
351 Views

Hi, Nadav.

You need to configure which libraries to use in the Project Properties dialog. Try to do the same steps as in the screenshot bellow

Снимок.PNG

0 Kudos
Nadav_E_
Beginner
351 Views

Thank you Aleksey

 

Aleksey Y. wrote:

Hi, Nadav.

You need to configure which libraries to use in the Project Properties dialog. Try to do the same steps as in the screenshot bellow

0 Kudos
Reply