Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

migration from IPP5.2 to IPP5.3

welen
Beginner
212 Views
Hi all

I use IPP5.2 UMC audio-video-codec library in our project and worked.

Now, I upgrade IPP5.2 to IPP5.3 and there are some errors about

My environment :

windows xp professional - sp2 + visual studio 2005

error message :

c:program filesmicrosoft visual studio 8vcincludemath.h(485) : error C2059
c:program filesmicrosoft visual studio 8vcincludemath.h(485) : error C2062:
2>c:program filesmicrosoft visual studio 8vcincludemath.h(485) : error C2059:
2>c:program filesmicrosoft visual studio 8vcincludemath.h(486) : error C2143:
2>c:program filesmicrosoft visual studio 8vcincludemath.h(486) : error C2447: '{' : missing function header (old-style formal list?)
2>c:program filesmicrosoft visual studio 8vcincludemath.h(487) : error C2059:
2>c:program filesmicrosoft visual studio 8vcincludemath.h(487) : error C2062:
2>c:program filesmicrosoft visual studio 8vcincludemath.h(487) : error C2059:
2>c:program filesmicrosoft visual studio 8vcincludemath.h(488) : error C2143:
2>c:program filesmicrosoft visual studio 8vcincludemath.h(488) : error C2447:
2>c:program filesmicrosoft visual studio 8vcincludemath.h(491) : error C2059:

Does someone have the same problem with me ? Thank you all

welen
0 Kudos
1 Reply
rcpdesigns
Beginner
212 Views

We haven't had that problem, however, from looking at your errors it appears that IPP headers have redefined 'abs'.Make sure that 'math.h' is included before any IPP headers and that should fix your problem.

0 Kudos
Reply