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