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

Static emerged IPP libraries in DLL's

Maciej_K_
Beginner
266 Views
Is it possible to use static IPP with emerged libraries in my DLL's ? Do I need to call ippStaticInitBest() in DllMain() for each library ? They will be linked to an app which already calls IppStaticInitBest().
0 Kudos
1 Reply
Vladimir_Dudnik
Employee
266 Views
Hi,
yes, you can use IPP as a static libraries in you DLL. And DllMain is the best place to call ippStaticInit function. You need to call it once per each DLL which uses IPP static libraries inside.
You also need to call ippStaticInit function in your application if it uses IPP static libraries also. You do not need to call ippStaticInit in your app if there is no IPP functions.
Regards,
Vladimir
0 Kudos
Reply