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

vm_time_sleep Link Error

dzhou_tac
Beginner
265 Views
Hi,
I have a problem with vm_time_sleep, vm_time_get_tick, ... etc. functions in the vm.lib. It always gives me LNK 2019, unresolved Externa symbol. I am sure vm.lib is included. I also found these functions are also used in some other codec .cpp files. But it only complains if these functions are used in my own functions. Anything missing setups inorder to link them?
thanks,
david
0 Kudos
2 Replies
Vladimir_Dudnik
Employee
265 Views
Implementation of these functions are bounded by conditionals. Please make sure you defined _WIN32 under Windows or appropriate macro on other systems

Vladimir
0 Kudos
dzhou_tac
Beginner
265 Views
Implementation of these functions are bounded by conditionals. Please make sure you defined _WIN32 under Windows or appropriate macro on other systems

Vladimir

Hi Vladimir,

I have checked that _Win32 macro is defined. I'm under Win32 paltform.
Any other things that I might have missed?
Thank you,
david.tac
0 Kudos
Reply