Intel® Integrated Performance Primitives
Community support and discussions relating to developing high-performance vision, signal, security, and storage applications.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

vm_time_sleep Link Error

dzhou_tac
Beginner
167 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
167 Views
Implementation of these functions are bounded by conditionals. Please make sure you defined _WIN32 under Windows or appropriate macro on other systems

Vladimir
dzhou_tac
Beginner
167 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
Reply