<?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 Tools.h in IPP example in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/tools-h-in-ipp-example/m-p/827331#M5284</link>
    <description>&lt;DIV id="tiny_quote"&gt;&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A jquery1327036409328="55" rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=550538" href="https://community.intel.com/en-us/profile/550538/" class="basic"&gt;anniekookkai&lt;/A&gt;&lt;/DIV&gt;&lt;DIV style="background-color: #e5e5e5; margin-left: 2px; margin-right: 2px; border: 1px inset; padding: 5px;"&gt;&lt;EM&gt;Dear all,&lt;BR /&gt;&lt;BR /&gt;i am a newbie. i have just installed ipp and i try to run Allocating, initializing, and copying an image: &lt;/EM&gt;&lt;A target="_blank" href="http://download.intel.com/support/performancetools/libraries/ipp/webExamples/imageproc/Copy.cpp"&gt;&lt;EM&gt;Copy.cpp&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt; example on linux. i found that it has to be included tools.h which include "window.h". when i include tools.h and tools.cpp i got many errors. &lt;SPAN style="text-decoration: underline;"&gt;is that code only for window os?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt; [&lt;STRONG&gt;SergeyK&lt;/STRONG&gt;] If it has &lt;SPAN style="text-decoration: underline;"&gt;#include "windows.h"&lt;/SPAN&gt;statementan example isfor a &lt;STRONG&gt;Windows&lt;/STRONG&gt; platform.&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;how can i run it on linux?&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt; [&lt;STRONG&gt;SergeyK&lt;/STRONG&gt;] No, this is for a Windows platform...&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;because '&lt;STRONG&gt;stdafx.h&lt;/STRONG&gt;' is used by a &lt;STRONG&gt;MicrosoftVisual C++&lt;/STRONG&gt; compiler to create a precompiled header file ( PCH ).&lt;BR /&gt;&lt;BR /&gt; &amp;lt; from Copy.cpp &amp;gt;&lt;BR /&gt; ...&lt;BR /&gt; &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;#include "stdafx.h"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt; #include "ipp.h"&lt;BR /&gt; #include "tools.h"&lt;BR /&gt; ...&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Sergey&lt;/P&gt;</description>
    <pubDate>Fri, 20 Jan 2012 05:37:36 GMT</pubDate>
    <dc:creator>SergeyKostrov</dc:creator>
    <dc:date>2012-01-20T05:37:36Z</dc:date>
    <item>
      <title>tools.h in ipp example</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/tools-h-in-ipp-example/m-p/827329#M5282</link>
      <description>Dear all,&lt;BR /&gt;&lt;BR /&gt;i am a newbie. i have just installed ipp and i try to run Allocating, initializing, and copying an image: 
                                &lt;A href="http://download.intel.com/support/performancetools/libraries/ipp/webExamples/imageproc/Copy.cpp" target="_blank"&gt;Copy.cpp&lt;/A&gt; example on linux. i found that it has to be included tools.h which include "window.h". when i include tools.h and tools.cpp i got many errors. is that code only for window os? how can i run it on linux? &lt;BR /&gt;&lt;BR /&gt;Thanks all,&lt;BR /&gt;Ann&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Jan 2012 15:02:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/tools-h-in-ipp-example/m-p/827329#M5282</guid>
      <dc:creator>anniekookkai</dc:creator>
      <dc:date>2012-01-19T15:02:45Z</dc:date>
    </item>
    <item>
      <title>tools.h in ipp example</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/tools-h-in-ipp-example/m-p/827330#M5283</link>
      <description>Hello Ann,&lt;BR /&gt;&lt;BR /&gt;you just need to replace theipView function withsome other from Linux libraries - ipView is not IPP function and is used just for demo purposes. The purpose of this Copy.cpp is just to show how to call IPP functions, not how to display an image.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Igor</description>
      <pubDate>Thu, 19 Jan 2012 16:05:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/tools-h-in-ipp-example/m-p/827330#M5283</guid>
      <dc:creator>igorastakhov</dc:creator>
      <dc:date>2012-01-19T16:05:02Z</dc:date>
    </item>
    <item>
      <title>Tools.h in IPP example</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/tools-h-in-ipp-example/m-p/827331#M5284</link>
      <description>&lt;DIV id="tiny_quote"&gt;&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A jquery1327036409328="55" rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=550538" href="https://community.intel.com/en-us/profile/550538/" class="basic"&gt;anniekookkai&lt;/A&gt;&lt;/DIV&gt;&lt;DIV style="background-color: #e5e5e5; margin-left: 2px; margin-right: 2px; border: 1px inset; padding: 5px;"&gt;&lt;EM&gt;Dear all,&lt;BR /&gt;&lt;BR /&gt;i am a newbie. i have just installed ipp and i try to run Allocating, initializing, and copying an image: &lt;/EM&gt;&lt;A target="_blank" href="http://download.intel.com/support/performancetools/libraries/ipp/webExamples/imageproc/Copy.cpp"&gt;&lt;EM&gt;Copy.cpp&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt; example on linux. i found that it has to be included tools.h which include "window.h". when i include tools.h and tools.cpp i got many errors. &lt;SPAN style="text-decoration: underline;"&gt;is that code only for window os?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt; [&lt;STRONG&gt;SergeyK&lt;/STRONG&gt;] If it has &lt;SPAN style="text-decoration: underline;"&gt;#include "windows.h"&lt;/SPAN&gt;statementan example isfor a &lt;STRONG&gt;Windows&lt;/STRONG&gt; platform.&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;how can i run it on linux?&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt; [&lt;STRONG&gt;SergeyK&lt;/STRONG&gt;] No, this is for a Windows platform...&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;because '&lt;STRONG&gt;stdafx.h&lt;/STRONG&gt;' is used by a &lt;STRONG&gt;MicrosoftVisual C++&lt;/STRONG&gt; compiler to create a precompiled header file ( PCH ).&lt;BR /&gt;&lt;BR /&gt; &amp;lt; from Copy.cpp &amp;gt;&lt;BR /&gt; ...&lt;BR /&gt; &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;#include "stdafx.h"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt; #include "ipp.h"&lt;BR /&gt; #include "tools.h"&lt;BR /&gt; ...&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Sergey&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2012 05:37:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/tools-h-in-ipp-example/m-p/827331#M5284</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-01-20T05:37:36Z</dc:date>
    </item>
    <item>
      <title>tools.h in ipp example</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/tools-h-in-ipp-example/m-p/827332#M5285</link>
      <description>thank you so much</description>
      <pubDate>Fri, 20 Jan 2012 05:56:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/tools-h-in-ipp-example/m-p/827332#M5285</guid>
      <dc:creator>anniekookkai</dc:creator>
      <dc:date>2012-01-20T05:56:01Z</dc:date>
    </item>
  </channel>
</rss>

