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

Debugging IPP in Visual Studio

cashykbs_co_kr
Beginner
287 Views
Hello.

I want to know how to debug C++ code of IPP in Visual Studio environment.

Please, Let me know how to debug.

Thank you.
0 Kudos
1 Reply
Ying_H_Intel
Employee
287 Views

Hello ,

IPP provide someC++ code sample (including C++ file, MSVC2005 project). For example,
in image-processing sample, there are
1.C++ Image Processing Classes
2. General Image Processing Function Examples
3.Image Processing with the Microsoft Foundation Classes (MFC)

You can download them from
<http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-code-samples/>andbuild /debug them in MSVC 2005 or MSVC2008.

Regards,
Ying

0 Kudos
Reply