- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am new to IPP. I had just installed IPP and it added the ipp/ia64 to my Program Files(x86) [Win7]. I want to use the ippiYUV422ToRGB_8u_C2C3R function and I added the ippcc.h and linked in the ippcc.lib library.
When running though, the exe is unable to resolve the function call and fails. Am I missing something here?
Thanks
Niranjan
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Niranjan,
It would be helpful to supply some information about the error you receive, and of course the IPP version you are using, and the linkage model you are trying to use.
Also, take a look at the following articles, they are helpful:
Please note that, if you are using IPP 7.x and want to follow a static linkage model, you will find a difference in the library file name; it will be tailed by an _t for static linkage with dispatching, an _l for static linkage without dispatching model. (ippcc_t.lib, ippcc_l.lib).
1) Simplified Link Instructions for the IPP Library by Paul Fischer
http://software.intel.com/en-us/articles/simplified-link-instructions-for-the-ipp-library/
2) Find the
Intel IPP Libraries Needed by Your Application
http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-for-windows-find-the-intel-ipp-libraries-needed-by-your-application/
Best regards,
Tamer Assad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This is the error I get.
I use version IPP 7.X and have linked ippcc.lib ippi.lib ippcore.lib ipps.lib, yet the error. I use VS2005.
Thanks
Niranjan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Niranjan,
_ippiYUV422ToRGB_8u_C2C3R@24 is included in the ippcc.lib.
Where did you add the libraries in VS2005? The following article may provide some help the configuration:
Also if you are building 32 bit application, it needs to link with 32 bit IPP library, and 64 bit applications need Intel 64 libraries.
Thanks,
Chao
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks
Niranjan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
You can login into the Intel registraction ceter to download the package:
https://registrationcenter.intel.com
Thanks,
Chao
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks
Niranjan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Check the Trial or Buy e-mail you got when you opted for the trial or purchased IPP.
It will contain the link for the download. There are ia32, x64 and x3264 installations - you probably want the last one which would install all libraries.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page