<?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: problem with using IPP in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/problem-with-using-IPP/m-p/847064#M6173</link>
    <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Let's make it clear. You created MSVC project by yourself from code published in Stewart's book? And then,executable modulecompiled from this project does not work becuase can't find IPP DLLs?&lt;BR /&gt;&lt;BR /&gt;I think you need to double check how you created that project, what are the settings. Have you specified correct environment variables and so on.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir&lt;BR /&gt;</description>
    <pubDate>Thu, 15 Oct 2009 10:03:16 GMT</pubDate>
    <dc:creator>Vladimir_Dudnik</dc:creator>
    <dc:date>2009-10-15T10:03:16Z</dc:date>
    <item>
      <title>problem with using IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/problem-with-using-IPP/m-p/847053#M6162</link>
      <description>hi,
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;i have installed the evaluation package of the IPP , read the some part of user manual (verified for good installation,setting environmental variables),but could not use the IPP functions with visual studio 2008.for this i think i have to add the libraries of IPP software to visual studio,but i dont know how to do that ,can u please suggest me on this regard&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 14 Oct 2009 12:59:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/problem-with-using-IPP/m-p/847053#M6162</guid>
      <dc:creator>coolsandyforyou</dc:creator>
      <dc:date>2009-10-14T12:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: problem with using IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/problem-with-using-IPP/m-p/847054#M6163</link>
      <description>&lt;DIV style="margin: 0px; height: auto;"&gt;&lt;/DIV&gt;
Hello,&lt;BR /&gt;&lt;BR /&gt;I would recommend you to review an article &lt;A href="http://software.intel.com/en-us/articles/use-intel-ipp-in-intel-parallel-composer/"&gt;Use Intel IPP in Intel Parallel Composer&lt;/A&gt;from &lt;A href="http://software.intel.com/en-us/articles/intel-ipp-kb/all/1/"&gt;IPP Knowledge Base&lt;/A&gt; resources.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Oct 2009 16:23:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/problem-with-using-IPP/m-p/847054#M6163</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2009-10-14T16:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: problem with using IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/problem-with-using-IPP/m-p/847055#M6164</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336498"&gt;Vladimir Dudnik (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; Hello,&lt;BR /&gt;&lt;BR /&gt;I would recommend you to review an article &lt;A href="http://software.intel.com/en-us/articles/use-intel-ipp-in-intel-parallel-composer/"&gt;Use Intel IPP in Intel Parallel Composer&lt;/A&gt; from &lt;A href="http://software.intel.com/en-us/articles/intel-ipp-kb/all/1/"&gt;IPP Knowledge Base&lt;/A&gt; resources.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;hi,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;i have added include files,executable files,and library files (tools-&amp;gt;options-&amp;gt;vc++ directories) but still some link error is coming like"LNK2019:unresolved external symbol _ippStaticInit@0 referenced in function _main",how to know which function is in which library.(i tried executing a program given in usermanual ia32 for static dispatching)&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;actually i want to link IPP with my application with dynamic linkage...what should i do?&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;how to know which ipp function in which library?&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
does intel core2duo processor support SSE4 instruction set?
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;pls guide me..&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;thanking you.&lt;BR /&gt;&lt;/SPAN&gt;
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 15 Oct 2009 04:50:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/problem-with-using-IPP/m-p/847055#M6164</guid>
      <dc:creator>coolsandyforyou</dc:creator>
      <dc:date>2009-10-15T04:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: problem with using IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/problem-with-using-IPP/m-p/847056#M6165</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/439746"&gt;coolsandyforyou&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;hi,
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;i have installed the evaluation package of the IPP , read the some part of user manual (verified for good installation,setting environmental variables),but could not use the IPP functions with visual studio 2008.for this i think i have to add the libraries of IPP software to visual studio,but i dont know how to do that ,can u please suggest me on this regard&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;ippStaticInit is in ippcorel.lib. Whether library contains function or not one may found using any simboilic search (F7 in the 'far manager' for example).</description>
      <pubDate>Thu, 15 Oct 2009 05:45:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/problem-with-using-IPP/m-p/847056#M6165</guid>
      <dc:creator>Ivan_Ryzhachkin__Int</dc:creator>
      <dc:date>2009-10-15T05:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: problem with using IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/problem-with-using-IPP/m-p/847057#M6166</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/439746"&gt;coolsandyforyou&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;hi,
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;i have installed the evaluation package of the IPP , read the some part of user manual (verified for good installation,setting environmental variables),but could not use the IPP functions with visual studio 2008.for this i think i have to add the libraries of IPP software to visual studio,but i dont know how to do that ,can u please suggest me on this regard&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;The info about core2duo could be found in &lt;A href="http://download.intel.com/products/processor/core2duo/desktop_prod_brief.pdf" target="_blank"&gt;http://download.intel.com/products/processor/core2duo/desktop_prod_brief.pdf&lt;/A&gt;&lt;BR /&gt;Ivan&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Oct 2009 05:52:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/problem-with-using-IPP/m-p/847057#M6166</guid>
      <dc:creator>Ivan_Ryzhachkin__Int</dc:creator>
      <dc:date>2009-10-15T05:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: problem with using IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/problem-with-using-IPP/m-p/847058#M6167</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;i have added include files,executable files,and library files (tools-&amp;gt;options-&amp;gt;vc++ directories) but still some link error is coming like"LNK2019:unresolved external symbol _ippStaticInit@0 referenced in function _main",how to know which function is in which library.(i tried executing a program given in usermanual ia32 for static dispatching)&lt;BR /&gt;&lt;BR /&gt;actually i want to link IPP with my application with dynamic linkage...what should i do?Quoting - &lt;A href="https://community.intel.com/en-us/profile/21076"&gt;Ivan Ryzhachkin (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; &lt;BR /&gt;The info about core2duo could be found in &lt;A href="http://download.intel.com/products/processor/core2duo/desktop_prod_brief.pdf" target="_blank"&gt;http://download.intel.com/products/processor/core2duo/desktop_prod_brief.pdf&lt;/A&gt;&lt;BR /&gt;Ivan&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;hi,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;i could fix all the build errors(previously i did not give the input libraries in linking-&amp;gt;input).But now i am getting an error&lt;/DIV&gt;
&lt;DIV&gt;error PRJ0003 : Error spawning 'cmd.exe' ...can u suggest me in fixing it?&lt;BR /&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 15 Oct 2009 06:02:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/problem-with-using-IPP/m-p/847058#M6167</guid>
      <dc:creator>coolsandyforyou</dc:creator>
      <dc:date>2009-10-15T06:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: problem with using IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/problem-with-using-IPP/m-p/847059#M6168</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/439746"&gt;coolsandyforyou&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;hi,
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;i have installed the evaluation package of the IPP , read the some part of user manual (verified for good installation,setting environmental variables),but could not use the IPP functions with visual studio 2008.for this i think i have to add the libraries of IPP software to visual studio,but i dont know how to do that ,can u please suggest me on this regard&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hi,&lt;BR /&gt;ippStaticInit() is in ippcore*.dll. It useful with static libraries only, anddo nothing when using dll.&lt;BR /&gt;Regards,&lt;BR /&gt;ivan&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Oct 2009 06:18:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/problem-with-using-IPP/m-p/847059#M6168</guid>
      <dc:creator>Ivan_Ryzhachkin__Int</dc:creator>
      <dc:date>2009-10-15T06:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: problem with using IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/problem-with-using-IPP/m-p/847060#M6169</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/439746"&gt;coolsandyforyou&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;hi ivan,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;i have added the entire lib folder in the ipp package which includes(ippcores.lib) still iam getting the same error.&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;actually i want to link IPP with my application with dynamic linkage...what should i do?&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hello, &lt;BR /&gt;&lt;BR /&gt;You may looking at the sample which show how to usestatic library with static linkage, that is why you see the error always:). &lt;BR /&gt;&lt;BR /&gt;IPP provide many samples (including MSVC solution) at &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-code-samples/"&gt;http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-code-samples/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;For example, the sample, Image Processing with the Microsoft Foundation Classes (MFC), which show how to use ippiAdd function and use dynamic linkage. &lt;BR /&gt;&lt;BR /&gt;Once you extract the sample, there are ippiSample.sln file in directory : ipp-samplesimage-processingimage-processing-mfc, please double click it, it will be opened in MS 2008 automatically. &lt;BR /&gt;&lt;BR /&gt;Then you can review the project property and see how ipp dynamic librarywas linked. &lt;BR /&gt;&lt;BR /&gt;as the KB&lt;A href="http://software.intel.com/en-us/articles/compiling-and-linking-ipp-applications-with-intel-c-compilers/"&gt;http://software.intel.com/en-us/articles/compiling-and-linking-ipp-applications-with-intel-c-compilers/&lt;/A&gt;said, &lt;BR /&gt;On the main toolbar, select &lt;STRONG&gt;Project  {your project name} Properties,&lt;/STRONG&gt;Project Property Pages windowswill show up, select &lt;STRONG&gt;Configuration Properties Linker  Input&lt;/STRONG&gt; and in the &lt;STRONG&gt;Additional Dependencies&lt;/STRONG&gt; line, add the libraries you wish to link to (e.g. dynamic link:&lt;STRONG&gt;ippi.lib ipps.lib ippcore.lib&lt;/STRONG&gt;or static link: &lt;STRONG&gt;ippiemerged.lib ippimerged.lib ippsemerged.lib&lt;/STRONG&gt;&lt;STRONG&gt;ippsmerged.lib ippcorel.lib&lt;/STRONG&gt;). &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best Wishes, &lt;BR /&gt;Ying H.</description>
      <pubDate>Thu, 15 Oct 2009 07:14:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/problem-with-using-IPP/m-p/847060#M6169</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2009-10-15T07:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: problem with using IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/problem-with-using-IPP/m-p/847061#M6170</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/404199"&gt;Ying H (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; &lt;BR /&gt;Hello, &lt;BR /&gt;&lt;BR /&gt;You may looking at the sample which show how to usestatic library with static linkage, that is why you see the error always:). &lt;BR /&gt;&lt;BR /&gt;IPP provide many samples (including MSVC solution) at &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-code-samples/"&gt;http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-code-samples/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;For example, the sample, Image Processing with the Microsoft Foundation Classes (MFC), which show how to use ippiAdd function and use dynamic linkage. &lt;BR /&gt;&lt;BR /&gt;Once you extract the sample, there are ippiSample.sln file in directory : ipp-samplesimage-processingimage-processing-mfc, please double click it, it will be opened in MS 2008 automatically. &lt;BR /&gt;&lt;BR /&gt;Then you can review the project property and see how ipp dynamic librarywas linked. &lt;BR /&gt;&lt;BR /&gt;as the KB&lt;A href="http://software.intel.com/en-us/articles/compiling-and-linking-ipp-applications-with-intel-c-compilers/"&gt;http://software.intel.com/en-us/articles/compiling-and-linking-ipp-applications-with-intel-c-compilers/&lt;/A&gt; said, &lt;BR /&gt;On the main toolbar, select &lt;STRONG&gt;Project  {your project name} Properties,&lt;/STRONG&gt; Project Property Pages windowswill show up, select &lt;STRONG&gt;Configuration Properties Linker  Input&lt;/STRONG&gt; and in the &lt;STRONG&gt;Additional Dependencies&lt;/STRONG&gt; line, add the libraries you wish to link to (e.g. dynamic link:&lt;STRONG&gt;ippi.lib ipps.lib ippcore.lib&lt;/STRONG&gt; or static link: &lt;STRONG&gt;ippiemerged.lib ippimerged.lib ippsemerged.lib&lt;/STRONG&gt; &lt;STRONG&gt;ippsmerged.lib ippcorel.lib&lt;/STRONG&gt;). &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best Wishes, &lt;BR /&gt;Ying H.&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 15 Oct 2009 09:02:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/problem-with-using-IPP/m-p/847061#M6170</guid>
      <dc:creator>coolsandyforyou</dc:creator>
      <dc:date>2009-10-15T09:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: problem with using IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/problem-with-using-IPP/m-p/847062#M6171</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Dear Coolsandyforyou, &lt;BR /&gt;&lt;BR /&gt;Have you happened to change the MSVS enironment setting?If youjust open the IPP MFC sample in MSVS 2008, everthing should be ready, you don't need addany new libraries.The error PRJ0003looks not IPP problem but the MS develop envionment.is it possible for you to resume the MSVS 2008? or&lt;BR /&gt;I check the google, here is the waysome one had tried&lt;BR /&gt;&lt;A href="http://www.experts-exchange.com/Programming/Programming_Languages/Dot_Net/VisualC_PLUS_PLUS_DOT_NET/Q_21973342.html" target="_blank"&gt;http://www.experts-exchange.com/Programming/Programming_Languages/Dot_Net/VisualC_PLUS_PLUS_DOT_NET/Q_21973342.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ying</description>
      <pubDate>Thu, 15 Oct 2009 09:15:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/problem-with-using-IPP/m-p/847062#M6171</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2009-10-15T09:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: problem with using IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/problem-with-using-IPP/m-p/847063#M6172</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/404199"&gt;Ying H (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; &lt;BR /&gt;Dear Coolsandyforyou, &lt;BR /&gt;&lt;BR /&gt;Have you happened to change the MSVS enironment setting?If youjust open the IPP MFC sample in MSVS 2008, everthing should be ready, you don't need addany new libraries.The error PRJ0003looks not IPP problem but the MS develop envionment.is it possible for you to resume the MSVS 2008? or&lt;BR /&gt;I check the google, here is the waysome one had tried&lt;BR /&gt;&lt;A href="http://www.experts-exchange.com/Programming/Programming_Languages/Dot_Net/VisualC_PLUS_PLUS_DOT_NET/Q_21973342.html" target="_blank"&gt;http://www.experts-exchange.com/Programming/Programming_Languages/Dot_Net/VisualC_PLUS_PLUS_DOT_NET/Q_21973342.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ying&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Actually as mentioned in the user manual i have changed the environmental variable settings,INCLUDE,PATH,LIB.
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;i could fix this issue by writing &lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;$(SystemRoot)&lt;BR /&gt; $(SystemRoot)System32&lt;BR /&gt; $(SystemRoot)System32wbem in vc++ directories.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;i could build and run the solution file that u mentioned,ippiDemo.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;but when running some other example program mentioned in book"IPP by stewart taylor" i am getting an error at the run time that "ippcore-6.1dll not found,reinstalling the application may fix this problem"&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 15 Oct 2009 09:56:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/problem-with-using-IPP/m-p/847063#M6172</guid>
      <dc:creator>coolsandyforyou</dc:creator>
      <dc:date>2009-10-15T09:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: problem with using IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/problem-with-using-IPP/m-p/847064#M6173</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Let's make it clear. You created MSVC project by yourself from code published in Stewart's book? And then,executable modulecompiled from this project does not work becuase can't find IPP DLLs?&lt;BR /&gt;&lt;BR /&gt;I think you need to double check how you created that project, what are the settings. Have you specified correct environment variables and so on.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Oct 2009 10:03:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/problem-with-using-IPP/m-p/847064#M6173</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2009-10-15T10:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: problem with using IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/problem-with-using-IPP/m-p/847065#M6174</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/439746"&gt;coolsandyforyou&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Actually as mentioned in the user manual i have changed the environmental variable settings,INCLUDE,PATH,LIB.
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;i could fix this issue by writing &lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;$(SystemRoot)&lt;BR /&gt; $(SystemRoot)System32&lt;BR /&gt; $(SystemRoot)System32wbem in vc++ directories.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;i could build and run the solution file that u mentioned,ippiDemo.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;but when running some other example program mentioned in book"IPP by stewart taylor" i am getting an error at the run time that "ippcore-6.1dll not found,reinstalling the application may fix this problem"&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
i could run the project now,i copied all the dlls in the bin to sys32 folder,...it worked..thank u</description>
      <pubDate>Thu, 15 Oct 2009 10:51:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/problem-with-using-IPP/m-p/847065#M6174</guid>
      <dc:creator>coolsandyforyou</dc:creator>
      <dc:date>2009-10-15T10:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: problem with using IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/problem-with-using-IPP/m-p/847066#M6175</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/439746"&gt;coolsandyforyou&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; i could run the project now,i copied all the dlls in the bin to sys32 folder,...it worked..thank u&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;i wrote a small sample code to get familiar with ipp.the following,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
#include &lt;IPP.H&gt;&lt;BR /&gt;#include &lt;STDIO.H&gt;&lt;BR /&gt;&lt;BR /&gt;void main()&lt;BR /&gt;{&lt;BR /&gt; const int SIZE=256;&lt;BR /&gt; Ipp8u pSrc[SIZE],pDst[SIZE];&lt;BR /&gt; Ipp64u begin,end;&lt;BR /&gt;&lt;BR /&gt; int i;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; for(i=0;i&lt;SIZE&gt;&lt;/SIZE&gt; pSrc&lt;I&gt;=(Ipp8u)i;&lt;BR /&gt; &lt;BR /&gt; begin=ippGetCpuClocks();&lt;BR /&gt; for(i=0;i&lt;SIZE&gt;&lt;/SIZE&gt; pDst&lt;I&gt;=pSrc&lt;I&gt;;&lt;BR /&gt; end=ippGetCpuClocks();&lt;BR /&gt; printf("time taken in c=%ld",(end-begin));&lt;BR /&gt; &lt;BR /&gt; begin=ippGetCpuClocks();&lt;BR /&gt; ippsCopy_8u(pSrc,pDst,SIZE);&lt;BR /&gt; end=ippGetCpuClocks();&lt;BR /&gt; printf("time taken in ipp=%ld",(end-begin));&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;}
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;i am surprised to see that time taken in ipp is 6 times larger than in c. Is thr anything wrong with the code?&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/STDIO.H&gt;&lt;/IPP.H&gt;</description>
      <pubDate>Fri, 16 Oct 2009 05:51:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/problem-with-using-IPP/m-p/847066#M6175</guid>
      <dc:creator>coolsandyforyou</dc:creator>
      <dc:date>2009-10-16T05:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: problem with using IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/problem-with-using-IPP/m-p/847067#M6176</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/439746"&gt;coolsandyforyou&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;i wrote a small sample code to get familiar with ipp.the following,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
#include &lt;IPP.H&gt;&lt;BR /&gt;#include &lt;STDIO.H&gt;&lt;BR /&gt;&lt;BR /&gt;void main()&lt;BR /&gt;{&lt;BR /&gt; const int SIZE=256;&lt;BR /&gt; Ipp8u pSrc[SIZE],pDst[SIZE];&lt;BR /&gt; Ipp64u begin,end;&lt;BR /&gt;&lt;BR /&gt; int i;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; for(i=0;i&lt;SIZE&gt;&lt;/SIZE&gt; pSrc&lt;I&gt;=(Ipp8u)i;&lt;BR /&gt; &lt;BR /&gt; begin=ippGetCpuClocks();&lt;BR /&gt; for(i=0;i&lt;SIZE&gt;&lt;/SIZE&gt; pDst&lt;I&gt;=pSrc&lt;I&gt;;&lt;BR /&gt; end=ippGetCpuClocks();&lt;BR /&gt; printf("time taken in c=%ld",(end-begin));&lt;BR /&gt; &lt;BR /&gt; begin=ippGetCpuClocks();&lt;BR /&gt; ippsCopy_8u(pSrc,pDst,SIZE);&lt;BR /&gt; end=ippGetCpuClocks();&lt;BR /&gt; printf("time taken in ipp=%ld",(end-begin));&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;}
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;i am surprised to see that time taken in ipp is 6 times larger than in c. Is thr anything wrong with the code?&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/STDIO.H&gt;&lt;/IPP.H&gt;&lt;/EM&gt;&lt;I&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
where is ippiMalloc() function? which headerfile and library?</description>
      <pubDate>Fri, 16 Oct 2009 10:12:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/problem-with-using-IPP/m-p/847067#M6176</guid>
      <dc:creator>coolsandyforyou</dc:creator>
      <dc:date>2009-10-16T10:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: problem with using IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/problem-with-using-IPP/m-p/847068#M6177</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/439746"&gt;coolsandyforyou&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;where is ippiMalloc() function? which headerfile and library?&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;#include &lt;IPPI.H&gt;&lt;BR /&gt;+&lt;BR /&gt;add respective libs from "ippi" domain - i.e. ippi.lib from "stub" for dynamic linking or "ippiemerged.lib"+"ippimerged.lib" for static linkage&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergey&lt;BR /&gt;&lt;BR /&gt;&lt;/IPPI.H&gt;</description>
      <pubDate>Fri, 16 Oct 2009 13:43:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/problem-with-using-IPP/m-p/847068#M6177</guid>
      <dc:creator>Sergey_K_Intel</dc:creator>
      <dc:date>2009-10-16T13:43:44Z</dc:date>
    </item>
  </channel>
</rss>

