Hello,
Hope that my problem have answers, here is my trouble:
I would like to link statically some IPP functions in another library. This new librarythat included IPP functions could be dynamic or static but must not dynamic depend on IPP library because I want it to be redistribuable.
I created a library project (named A) with options to link IPP statically:
-Use IPP: Multi-threaded static libray
I also set 2 more options:
-Code generation -> runtime libray to Multi-threaded
-Link library dependencies to yes
The library is generated without issues but by linkingit to my executable, I get some unresovled symbol. They correspond to the IPP functions.
...
3>ipo : warning #11021: unresolved _ippsFIR_32f@16
3>ipo : error #11023: Not all components required for linking are present on command line
3> xilink: executing 'link'
3>LINK : fatal error LNK1104: cannot open file 'ippac_t.lib'
...
It seems that the IPP functions used are not included in my library A.
I'm using visual2010 with IPP7.0 (from Composer XE 2011 SP1).
Is there something wrong with my configuration?
Is there any way to solve this problem?
Thanks,
ems5612



