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.

Statically linked dlls ippInit

li__steve
Beginner
152 Views

Hi,

I have an application which is dynamically linked to a few dlls. Some of these dlls are statically linked to the Intel IPP library. I am wondering do I need to call ippInit() on each of these dll?

Thanks

Steve

0 Kudos
2 Replies
Sergey_K_Intel
Employee
152 Views

Hi Steve,

Yes, you need. The benefit of IPP DLLs - in terms of ippInit usage - is that they call ippInit "automatically" :). Simply speaking, it is done in DllMain. If you can do the same in DllMain of your dynamic libs, please do.

Regards,
Sergey 

SergeyKostrov
Valued Contributor II
152 Views
Hi Steve, Please take a look at a very good thread related to resolving issues with static linking of IPP library: Forum Topic: Static Linking Error - ippcore-7.1 Dependency Web-link: http://software.intel.com/en-us/forums/topic/328164
Reply