<?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 link ipp 7.0 update 5 as static got error. in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/link-ipp-7-0-update-5-as-static-got-error/m-p/774469#M1049</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Have you seen the knowledge base article"Introduction to Linking with the Intel IPP 7.0 Library"? This might help.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/articles/introduction-to-linking-with-intel-ipp-70-library/" title="Introduction to Linking with the Intel IPP 7.0 Library"&gt;http://software.intel.com/en-us/articles/introduction-to-linking-with-intel-ipp-70-library/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Depending on whether your Visual Studio environmentis integrated with IPPas described in "Compiling and Linking Intel IPP with Microsoft* Visual C++* and Intel C++ Compiler" you may not need to use the #pragmalinesto specify library namesat all. &lt;BR /&gt;&lt;BR /&gt;&lt;A target="_blank" href="http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-for-windows-compiling-and-linking-with-microsoft-visual-c-and-intel-c-compilers/"&gt;http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-for-windows-compiling-and-linking-with-microsoft-visual-c-and-intel-c-compilers/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Visual Studio integration is set up during installation (of IPP or the package it was bundled with.) If your environment is integrated, you should be able to select one of the static options for "Use IPP". Without the integration, it should still work if your paths are correct and yourcompiler command line is set as described in the first KB article.&lt;BR /&gt;&lt;BR /&gt;Please write back if this doesn't help you get started.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jeff&lt;BR /&gt;</description>
    <pubDate>Tue, 20 Dec 2011 02:00:15 GMT</pubDate>
    <dc:creator>Jeffrey_M_Intel1</dc:creator>
    <dc:date>2011-12-20T02:00:15Z</dc:date>
    <item>
      <title>link ipp 7.0 update 5 as static got error.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/link-ipp-7-0-update-5-as-static-got-error/m-p/774468#M1048</link>
      <description>&lt;BR /&gt;I'm write below code to link the IPP libraries:&lt;BR /&gt;&lt;BR /&gt;#pragma comment(lib, "../lib/Intelipp/ipps_t.lib")&lt;BR /&gt;#pragma comment(lib, "../lib/Intelipp/ippsc_t.lib")&lt;BR /&gt;#pragma comment(lib, "../lib/Intelipp/ippvc_t.lib")&lt;BR /&gt;#pragma comment(lib, "../lib/Intelipp/ippcc_t.lib")&lt;BR /&gt;#pragma comment(lib, "../lib/Intelipp/ippi_t.lib")&lt;BR /&gt;#pragma comment(lib, "../lib/Intelipp/ippcore_t.lib")&lt;BR /&gt;#pragma comment(lib, "../lib/Intelipp/libiomp5mt.lib")&lt;BR /&gt;&lt;BR /&gt;When I compile it, got an error: &lt;BR /&gt;&lt;BR /&gt;1&amp;gt;LINK : fatal error LNK1104: cannot open file 'ipps.lib'&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I tried link to ipps.lib(#pragma comment(lib, "../lib/Intelipp/ipps.lib")) then compile succeeded, when I run my EXE, it reuqires the "ippcore-7.0.dll" file, but I expect use IPP as static library no DLL file requires, how to do ? &lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Fri, 16 Dec 2011 10:27:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/link-ipp-7-0-update-5-as-static-got-error/m-p/774468#M1048</guid>
      <dc:creator>free1006</dc:creator>
      <dc:date>2011-12-16T10:27:41Z</dc:date>
    </item>
    <item>
      <title>link ipp 7.0 update 5 as static got error.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/link-ipp-7-0-update-5-as-static-got-error/m-p/774469#M1049</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Have you seen the knowledge base article"Introduction to Linking with the Intel IPP 7.0 Library"? This might help.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/articles/introduction-to-linking-with-intel-ipp-70-library/" title="Introduction to Linking with the Intel IPP 7.0 Library"&gt;http://software.intel.com/en-us/articles/introduction-to-linking-with-intel-ipp-70-library/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Depending on whether your Visual Studio environmentis integrated with IPPas described in "Compiling and Linking Intel IPP with Microsoft* Visual C++* and Intel C++ Compiler" you may not need to use the #pragmalinesto specify library namesat all. &lt;BR /&gt;&lt;BR /&gt;&lt;A target="_blank" href="http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-for-windows-compiling-and-linking-with-microsoft-visual-c-and-intel-c-compilers/"&gt;http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-for-windows-compiling-and-linking-with-microsoft-visual-c-and-intel-c-compilers/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Visual Studio integration is set up during installation (of IPP or the package it was bundled with.) If your environment is integrated, you should be able to select one of the static options for "Use IPP". Without the integration, it should still work if your paths are correct and yourcompiler command line is set as described in the first KB article.&lt;BR /&gt;&lt;BR /&gt;Please write back if this doesn't help you get started.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jeff&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Dec 2011 02:00:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/link-ipp-7-0-update-5-as-static-got-error/m-p/774469#M1049</guid>
      <dc:creator>Jeffrey_M_Intel1</dc:creator>
      <dc:date>2011-12-20T02:00:15Z</dc:date>
    </item>
  </channel>
</rss>

