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

Statically linked dlls ippInit

li__steve
Начинающий
273Просмотр.

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 баллов
2 Ответы
Sergey_K_Intel
Сотрудник
273Просмотр.

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
Ценный участник II
273Просмотр.
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
Ответить