- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page