- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi,
I use IPP in the version 4.1 and tried the 5.0
Because of the removing / adding /renaming of functions I have to fix my code to the new style.
But I'am not sure in using the 5.0 and so I will be compatible to the 4.1
Is there a version define or something I can use for preprocessor switching inside my code between the versions ?
Thx
Peter
I use IPP in the version 4.1 and tried the 5.0
Because of the removing / adding /renaming of functions I have to fix my code to the new style.
But I'am not sure in using the 5.0 and so I will be compatible to the 4.1
Is there a version define or something I can use for preprocessor switching inside my code between the versions ?
Thx
Peter
링크가 복사됨
1 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi Peter, yes we have such macro in ippdefs.h
#define IPP_VERSION_MAJOR 5
#define IPP_VERSION_MINOR 0
Regards,
Vladimir