Hi.
I'm migrating a big Visual Studio 2008 solution to Visual Studio 2012. We are using the Integrated Performance Primitives 6.0.2.074 in it. I managed to solve every issues with the migrating so far, but now I'm totally balked at a difficulty. Only one project left to be built, and I can't get through the following errors:
1>ippscmerged_t.lib(psclspqntfp_split_px_ippsLSPQuant_G729E_32f.obj) : error LNK2001: unresolved external symbol _acosf
1>ippscmerged_t.lib(psclspqntfp_split_p8_ippsLSPQuant_G729E_32f.obj) : error LNK2001: unresolved external symbol _acosf
1>ippscmerged_t.lib(psclspqntfp_split_v8_ippsLSPQuant_G729E_32f.obj) : error LNK2001: unresolved external symbol _acosf
1>ippscmerged_t.lib(psclspqntfp_split_t7_ippsLSPQuant_G729E_32f.obj) : error LNK2001: unresolved external symbol _acosf
1>ippscmerged_t.lib(psclspqntfp_split_w7_ippsLSPQuant_G729E_32f.obj) : error LNK2001: unresolved external symbol _acosf
How could I solve this error?
Thanks in advance,
A.P.