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

LNK2019 unresolved external symbol vm_time_sleep

Baer__Bill
Beginner
540 Views

I am attempting to compile the IPP sample app, tl_resize.cpp, in Visual Studio 2019 running Windows 10. I have installed the win64 libraries for IPP on my machine and added the directories for library and includes to my project settings, but I'm receiving linker errors for vm_time_sleep, tm_time_get_tick, etc. I have set Use Intel IPP = Single Threaded DLL. Can you tell me the dll where the vm_functions are defined?

Bill

0 Kudos
2 Replies
Jonghak_K_Intel
Employee
540 Views

Hi, 

 

could you try different samples and see if IPP compiles ok or not? 

need to clarify if it is only those vm_time_sleep, tm_time_get_tick problem or not. 

and please refer this old post as well https://software.intel.com/en-us/comment/1583628 

 

and what is the version of your IPP?

0 Kudos
Sergey_K_Intel
Employee
540 Views

Hi Bill,

Those functions are from components\common\src\vm_base.c file. Please, make sure this file included into your project.

0 Kudos
Reply