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

Unable to Compile Jpeg2000 Sample

Intel_C_Intel
Employee
268 Views
Hi,

I downloaded the Jpeg2000 sample from intel's web page.
I already have Intel's IPP Evaluation Copy.

I compiled the Jpeg2000 sample using nmake utility, it works fine.

But when I tried to compile it in visual c++ it throws lot of errors. I also tried editing the Project Settings to get the same command line options (for compiling) as in the makefile. But also fails.

Anybody has idea on this.

-Balaji
0 Kudos
2 Replies
Ying_S_Intel
Employee
268 Views

You may submit the issue to Intel Premier Support where our support stafff can help you.


By the way, you can also check the latest version of IPP 5.0 and updated sample from http://www.intel.com/software/products/ipp to see if it works.

Thanks,
Ying S
Intel Corp.

0 Kudos
Vladimir_Dudnik
Employee
268 Views

Hi,

we do not provide MSVC projects for samples only makefiles. Probably your issue is related with settings for project you created. Please make sure you listed all sample's subfolders in compiler header search path.

For MSVC .NET2003, project property page, C/C++ tab, General->Additional Include Directories

Regards,
Vladimir

0 Kudos
Reply