<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: building Visual c++ project Mpeg4 decoder in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/building-Visual-c-project-Mpeg4-decoder/m-p/900917#M12755</link>
    <description>&lt;P&gt;Hi Fido,&lt;/P&gt;
&lt;P&gt;remember you also need to allfolders to the compiler include search path (settings of project). In case of JPEG2000 codec tehre are a lot of folders which should be added, please see Makefile where it add folders to INCLUDE variable.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
    <pubDate>Fri, 22 Aug 2008 14:23:18 GMT</pubDate>
    <dc:creator>Vladimir_Dudnik</dc:creator>
    <dc:date>2008-08-22T14:23:18Z</dc:date>
    <item>
      <title>building Visual c++ project Mpeg4 decoder</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/building-Visual-c-project-Mpeg4-decoder/m-p/900914#M12752</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;Please can some one tell me how do I created Visual c++ project files of MPEG4VIDEODECODER. I tried building JPEGVIEW project but there are some errors. &lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;BR /&gt;&lt;/P&gt;&lt;P&gt;fido&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2008 22:35:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/building-Visual-c-project-Mpeg4-decoder/m-p/900914#M12752</guid>
      <dc:creator>fido_genial</dc:creator>
      <dc:date>2008-08-20T22:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: building Visual c++ project Mpeg4 decoder</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/building-Visual-c-project-Mpeg4-decoder/m-p/900915#M12753</link>
      <description>&lt;P&gt;Hi Fido,&lt;/P&gt;
&lt;P&gt;What is the relation between failed attempt to build JPEGView sample and MPEG4 MSVC project you are asking for?&lt;/P&gt;
&lt;P&gt;Let's start from build issue. How do you build JPEGView? Did you use build scripts provided with this sample? What version of IPP do you use? Is JPEGView sample you use corresponds to IPP version you have?&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Thu, 21 Aug 2008 08:46:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/building-Visual-c-project-Mpeg4-decoder/m-p/900915#M12753</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2008-08-21T08:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: building Visual c++ project Mpeg4 decoder</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/building-Visual-c-project-Mpeg4-decoder/m-p/900916#M12754</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;Installed Package for IA-32
				&lt;A href="http://registrationcenter-download.intel.com/irc_nas/1103/w_ipp_ia32_p_5.3.3.082.exe"&gt;w_ipp_ia32_p_5.3.3.082.exe&lt;/A&gt;&lt;BR /&gt;Jpeg version : &lt;SPAN class="noprint"&gt;&lt;/SPAN&gt;&lt;A href="http://registrationcenter-download.intel.com/irc_nas/1103/w_ipp-samples_p_5.3.095.zip"&gt;w_ipp-samples_p_5.3.095.zip&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;I followed this procedure that was given in one of the intel links and the procedure as follows&lt;BR /&gt;&lt;BR /&gt; Microsoft Visual C++ 2005.
&lt;OL&gt;&lt;LI&gt;Select &lt;STRONG&gt;File  New  Project from Existing Code:&lt;/STRONG&gt; Select &lt;EM&gt;Visual C++&lt;/EM&gt;
as type of project you would like to create from the dropdown menu in
the popup window. Fill the project file location and project name.
Check &lt;STRONG&gt;Add files to the project from these folders&lt;/STRONG&gt; check box. Click on &lt;STRONG&gt;Add&lt;/STRONG&gt; button and select jpegview folder and click &lt;STRONG&gt;OK&lt;/STRONG&gt;. 

&lt;/LI&gt;&lt;LI&gt;Select &lt;STRONG&gt;View  Solution Explorer&lt;/STRONG&gt; (and make sure this window is active). 

&lt;/LI&gt;&lt;LI&gt;Select &lt;STRONG&gt;Projects  Properties&lt;/STRONG&gt;. 

&lt;/LI&gt;&lt;LI&gt;Under &lt;STRONG&gt;Configuration Properties  C/C++ &lt;/STRONG&gt;In the drop down menu titled &lt;STRONG&gt;Show directories for:&lt;/STRONG&gt;, select &lt;STRONG&gt;Include Files&lt;/STRONG&gt;, and then type in the directory for the Intel IPP include files (e.g. default: &lt;STRONG&gt;C:Program FilesIntelIPPX.Xia32include&lt;/STRONG&gt;). 

&lt;/LI&gt;&lt;LI&gt;In the drop down menu titled &lt;STRONG&gt;Show directories for:&lt;/STRONG&gt;, select &lt;STRONG&gt;Library Files&lt;/STRONG&gt;, and then type in the directory for the Intel IPP library files (e.g. default: &lt;STRONG&gt;C:Program FilesIntelIPPX.Xia32stublib&lt;/STRONG&gt; or &lt;STRONG&gt;C:Program FilesIntelIPPX.Xia32lib&lt;/STRONG&gt;). 

&lt;/LI&gt;&lt;LI&gt;In the drop down menu titled &lt;STRONG&gt;Show directories for:&lt;/STRONG&gt;, select Executable Files, and then type in the directory for the Intel IPP executable files (e.g. default: &lt;STRONG&gt;C:Program FilesIntelIPPX.Xia32&amp;#8;in&lt;/STRONG&gt;).&lt;/LI&gt;&lt;/OL&gt;After doing these things i tried building project and it give following error&lt;BR /&gt;&lt;BR /&gt;Error 9 fatal error C1083: Cannot open include file: 'ddibwarning.h': No such file or directory d:intel ippw_ipp-samples_p_5.3.095ipp-samplesimage-codecsjpegviewjpeg2000applicationdiagnctxt.cpp 21 &lt;BR /&gt;Error 10 fatal error C1083: Cannot open include file: 'geometry2d.h': No such file or directory d:intel ippw_ipp-samples_p_5.3.095ipp-samplesimage-codecsjpegviewjpeg2000commonimageimagecore.h 17 &lt;BR /&gt;Error 11 fatal error C1083: Cannot open include file: 'geometry2d.h': No such file or directory d:intel ippw_ipp-samples_p_5.3.095ipp-samplesimage-codecsjpegviewjpeg2000commonimageimagecore.h 17 &lt;BR /&gt;Error 12 fatal error C1083: Cannot open include file: 'genalg.h': No such file or directory d:intel ippw_ipp-samples_p_5.3.095ipp-samplesimage-codecsjpegviewjpeg2000commonstream&amp;#8;ufferstream.h 18 &lt;BR /&gt;Error 13 fatal error C1083: Cannot open include file: 'quant.h': No such file or directory d:intel ippw_ipp-samples_p_5.3.095ipp-samplesimage-codecsjpegviewjpeg2000jp2codestreamcommondjp2quantcomp.
h 17 &lt;BR /&gt;Error 14 fatal error C1083: Cannot open include file: 'image.h': No such file or directory d:intel ippw_ipp-samples_p_5.3.095ipp-samplesimage-codecsjpegviewjpeg2000jp2codestreamebcot&amp;#8;codeblock.h 19 &lt;BR /&gt;Error 15 fatal error C1083: Cannot open include file: 'fixedarray.h': No such file or directory d:intel ippw_ipp-samples_p_5.3.095ipp-samplesimage-codecsjpegviewjpeg2000jp2codestreamebcotdcodeblock.h 17 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;File ddibwarning.h is already there in JPEGVIEW directory under jpeg200 0/dib and in project drop files. I don't why it is not recogizing these file.&lt;BR /&gt;simliarly all other file geometry2d.h ... are there in the same directory and I have select enitre folder for project&lt;BR /&gt;&lt;BR /&gt;Please can you help me out this problem&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;fido &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Aug 2008 18:57:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/building-Visual-c-project-Mpeg4-decoder/m-p/900916#M12754</guid>
      <dc:creator>fido_genial</dc:creator>
      <dc:date>2008-08-21T18:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: building Visual c++ project Mpeg4 decoder</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/building-Visual-c-project-Mpeg4-decoder/m-p/900917#M12755</link>
      <description>&lt;P&gt;Hi Fido,&lt;/P&gt;
&lt;P&gt;remember you also need to allfolders to the compiler include search path (settings of project). In case of JPEG2000 codec tehre are a lot of folders which should be added, please see Makefile where it add folders to INCLUDE variable.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2008 14:23:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/building-Visual-c-project-Mpeg4-decoder/m-p/900917#M12755</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2008-08-22T14:23:18Z</dc:date>
    </item>
  </channel>
</rss>

