Hi,
My applciation uses lot of signal processing intel IPP functions. Now we are trying to move the application to multi-threaded(ipps_t.lib) lib. Not all the IPP functions used in our application are multi-threaded (ThreadedFunctionsList.txt). So to use the MT function and single threaded function do we need to include both (ipps_t.lib & ipps_l.lib) libaries in the linker dependencies. If I include just (ipps_t.lib) then there are linking error as lot of symbols not found.
If we use both the libraries then which implementatio is picked.
Kindly help in resolving the issue.
Note : We are using static linking with dispatching. We are using Vs2008 and MS compiler to bulid our application.
Regards
Rohit



