<?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 &amp;gt;&amp;gt;...example on page 15 of in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-Performance-Library-in-VS-2010/m-p/964535#M19979</link>
    <description>&amp;gt;&amp;gt;...example on page 15 of http://software.intel.com/sites/products/documentation/doclib/ipp_sa/71/...
&amp;gt;&amp;gt;
&amp;gt;&amp;gt;I get bunch of LNK errors:
&amp;gt;&amp;gt;
&amp;gt;&amp;gt;Error 1 error LNK2028: unresolved token (0A00031C) "extern "C" unsigned __int64 __stdcall
&amp;gt;&amp;gt;ippGetEnabledCpuFeatures(void)"

You need to specify an import or static library for the linker and take a look at &lt;STRONG&gt;Linking your application with Intel® IPP&lt;/STRONG&gt; section ( mentioned on page 16 ).</description>
    <pubDate>Thu, 07 Mar 2013 13:56:45 GMT</pubDate>
    <dc:creator>SergeyKostrov</dc:creator>
    <dc:date>2013-03-07T13:56:45Z</dc:date>
    <item>
      <title>Intel Performance Library in VS 2010</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-Performance-Library-in-VS-2010/m-p/964534#M19978</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I downloaded, and installed IPP "w_ipp_7.1.1.119_intel6".&lt;/P&gt;
&lt;P&gt;First of all, it looks like the directory names are somewhat inconsistent. For example, I downloaded "w_ipp_7.1.1.119_intel64", but my directory structure looks like this:&lt;/P&gt;
&lt;P&gt;\ipp\demo\intel64&lt;/P&gt;
&lt;P&gt;where I have "ippiDemo.exe" and "ippsDemo.exe", where in fact I was expecting to see something like: "ippsDemo_em64t.exe" !!! (based on the description at&amp;nbsp;file:///C:/Program%20Files%20(x86)/Intel/Composer%20XE%202013/Documentation/en_US/ipp/get_started.html)&lt;/P&gt;
&lt;P&gt;But regardless, when I tried to run "ippsDemo.exe", I was getting dll error, which apparently "\ipp\bin\ippvars.bat" was not getting processed correctly. So, I manually opened up the system environmental veriables, and manually added the following to the path:&lt;/P&gt;
&lt;P&gt;C:\Program Files (x86)\Intel\Composer XE 2013\redist\intel64\ipp;C:\Program Files (x86)\Intel\Composer XE 2013\redist\intel64\compiler&lt;/P&gt;
&lt;P&gt;Now when I run&amp;nbsp;"ippsDemo.exe", it seems to be working&lt;/P&gt;
&lt;P&gt;Then, I opened up VS 2010, and manually added to the "lib" and "include" (in the project properties) as listed in the ippvars.bat&lt;/P&gt;
&lt;P&gt;But regardless, I cannot see "Intel Performance Libraries" under Configuration Properties inside VS 2010.&lt;/P&gt;
&lt;P&gt;I don't know what am I doing wrong.&lt;/P&gt;
&lt;P&gt;However, VS 2010 see parts of it, cause under "Tools -&amp;gt; Options -&amp;gt; Intel Composer XE -&amp;gt; Performance Libraries", I can select IPP type to be "Intel(R) Integrated Performance Primitives 7.1.1"&lt;/P&gt;
&lt;P&gt;But, it still doesn't work fine, and I believe that I need to see&amp;nbsp;"Intel Performance Libraries" under Configuration Properties inside VS 2010, for this to work properly.&lt;/P&gt;
&lt;P&gt;Cause when I run the simple example on page 15 of&amp;nbsp;http://software.intel.com/sites/products/documentation/doclib/ipp_sa/71/ipp_userguide_win/ipp_userguide_win.pdf&lt;/P&gt;
&lt;P&gt;I get bunch of LNK errors:&lt;/P&gt;
&lt;P&gt;Error 1 error LNK2028: unresolved token (0A00031C) "extern "C" unsigned __int64 __stdcall ippGetEnabledCpuFeatures(void)" (?ippGetEnabledCpuFeatures@@$$J10YG_KXZ) referenced in function "int __clrcall main(cli::array&amp;lt;class System::String ^ &amp;gt;^)" (?main@@$$HYMHP$01AP$AAVString@System@@@Z) C:\Program Files\libcurl\VisualStudio\intel_ipp_test\intel_ipp_test\intel_ipp_test.obj&lt;/P&gt;
&lt;P&gt;Error 2 error LNK2028: unresolved token (0A00031F) "extern "C" struct IppLibraryVersion const * __stdcall ippiGetLibVersion(void)" (?ippiGetLibVersion@@$$J10YGPBUIppLibraryVersion@@XZ) referenced in function "int __clrcall main(cli::array&amp;lt;class System::String ^ &amp;gt;^)" (?main@@$$HYMHP$01AP$AAVString@System@@@Z) C:\Program Files\libcurl\VisualStudio\intel_ipp_test\intel_ipp_test\intel_ipp_test.obj&lt;/P&gt;
&lt;P&gt;What am I doing wrong? Please advise,&lt;/P&gt;
&lt;P&gt;--Rudy&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2013 03:44:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-Performance-Library-in-VS-2010/m-p/964534#M19978</guid>
      <dc:creator>rudy_B_</dc:creator>
      <dc:date>2013-03-07T03:44:05Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;...example on page 15 of</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-Performance-Library-in-VS-2010/m-p/964535#M19979</link>
      <description>&amp;gt;&amp;gt;...example on page 15 of http://software.intel.com/sites/products/documentation/doclib/ipp_sa/71/...
&amp;gt;&amp;gt;
&amp;gt;&amp;gt;I get bunch of LNK errors:
&amp;gt;&amp;gt;
&amp;gt;&amp;gt;Error 1 error LNK2028: unresolved token (0A00031C) "extern "C" unsigned __int64 __stdcall
&amp;gt;&amp;gt;ippGetEnabledCpuFeatures(void)"

You need to specify an import or static library for the linker and take a look at &lt;STRONG&gt;Linking your application with Intel® IPP&lt;/STRONG&gt; section ( mentioned on page 16 ).</description>
      <pubDate>Thu, 07 Mar 2013 13:56:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-Performance-Library-in-VS-2010/m-p/964535#M19979</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-03-07T13:56:45Z</dc:date>
    </item>
    <item>
      <title>Sure, I understand. But even</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-Performance-Library-in-VS-2010/m-p/964536#M19980</link>
      <description>&lt;P&gt;Sure, I understand. But even there it says:&lt;/P&gt;
&lt;P&gt;1. Start Microsoft* Visual Studio and create an empty C++ project.&lt;BR /&gt;2. Add a new c file and paste the code into it.&lt;BR /&gt;3. Go to Project Properties dialog box. If Intel IPP integration is installed properly, you should see the&amp;nbsp;Intel Performance Libraries section. Choose one of the options as shown on the screen shot below.&lt;/P&gt;
&lt;P&gt;But I don't see "Project Properties --&amp;gt; Configuration Properties --&amp;gt; Intel Performance Libraries" !!!&lt;/P&gt;
&lt;P&gt;And I was wondeirng what do I do to see this option?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2013 15:32:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-Performance-Library-in-VS-2010/m-p/964536#M19980</guid>
      <dc:creator>rudy_B_</dc:creator>
      <dc:date>2013-03-07T15:32:00Z</dc:date>
    </item>
    <item>
      <title>Nevermind, </title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-Performance-Library-in-VS-2010/m-p/964537#M19981</link>
      <description>&lt;P&gt;Nevermind,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I sloved it.&lt;/P&gt;
&lt;P&gt;I cannot &amp;nbsp;just go VS 2010 and creat a new progrm, and hope to she IPP Library there !!!&lt;/P&gt;
&lt;P&gt;I had to Oepn VS 2010 from the following link:&lt;/P&gt;
&lt;P&gt;"All programs" --&amp;gt; "Interl Parallel Studio XE 2013" --&amp;gt; "Parallel Studio XE 2013 With VS2010"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Now when I created a new project there, I saw that IPP is availble @ "Project Properties --&amp;gt; Configuration Properties --&amp;gt; Intel Performance Libraries"&lt;/P&gt;
&lt;P&gt;--Rudy&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2013 17:42:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-Performance-Library-in-VS-2010/m-p/964537#M19981</guid>
      <dc:creator>rudy_B_</dc:creator>
      <dc:date>2013-03-07T17:42:10Z</dc:date>
    </item>
  </channel>
</rss>

