<?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 error LNK2001: unresolved external symbol _ippsGetLibVersion@0 in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/error-LNK2001-unresolved-external-symbol-ippsGetLibVersion-0/m-p/925697#M16170</link>
    <description>i'm having:&lt;BR /&gt;error LNK2001: unresolved external symbol _ippsGetLibVersion@0&lt;BR /&gt;with my MS VS2005, although i have already included the ippcore.h in my project and linked to ippcore.lib?</description>
    <pubDate>Sun, 21 May 2006 06:03:23 GMT</pubDate>
    <dc:creator>yinyang2006</dc:creator>
    <dc:date>2006-05-21T06:03:23Z</dc:date>
    <item>
      <title>error LNK2001: unresolved external symbol _ippsGetLibVersion@0</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/error-LNK2001-unresolved-external-symbol-ippsGetLibVersion-0/m-p/925697#M16170</link>
      <description>i'm having:&lt;BR /&gt;error LNK2001: unresolved external symbol _ippsGetLibVersion@0&lt;BR /&gt;with my MS VS2005, although i have already included the ippcore.h in my project and linked to ippcore.lib?</description>
      <pubDate>Sun, 21 May 2006 06:03:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/error-LNK2001-unresolved-external-symbol-ippsGetLibVersion-0/m-p/925697#M16170</guid>
      <dc:creator>yinyang2006</dc:creator>
      <dc:date>2006-05-21T06:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: error LNK2001: unresolved external symbol _ippsGetLibVersio</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/error-LNK2001-unresolved-external-symbol-ippsGetLibVersion-0/m-p/925698#M16171</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;You need to add ipps library to your linker settings. You also might be interested to see IPP samples, which demostrate how to use IPP functions in many areas.&lt;/P&gt;
&lt;P&gt;Vladimir&lt;/P&gt;</description>
      <pubDate>Sun, 21 May 2006 06:10:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/error-LNK2001-unresolved-external-symbol-ippsGetLibVersion-0/m-p/925698#M16171</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2006-05-21T06:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: error LNK2001: unresolved external symbol _ippsGetLibVersio</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/error-LNK2001-unresolved-external-symbol-ippsGetLibVersion-0/m-p/925699#M16172</link>
      <description>i did 'ippcore.lib' add in Linker-&amp;gt;Command line-&amp;gt;additional options?</description>
      <pubDate>Sun, 21 May 2006 06:24:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/error-LNK2001-unresolved-external-symbol-ippsGetLibVersion-0/m-p/925699#M16172</guid>
      <dc:creator>yinyang2006</dc:creator>
      <dc:date>2006-05-21T06:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: error LNK2001: unresolved external symbol _ippsGetLibVersio</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/error-LNK2001-unresolved-external-symbol-ippsGetLibVersion-0/m-p/925700#M16173</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;Please add ipps.lib as well.</description>
      <pubDate>Sun, 21 May 2006 06:27:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/error-LNK2001-unresolved-external-symbol-ippsGetLibVersion-0/m-p/925700#M16173</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2006-05-21T06:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: error LNK2001: unresolved external symbol _ippsGetLibVersio</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/error-LNK2001-unresolved-external-symbol-ippsGetLibVersion-0/m-p/925701#M16174</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;By the way, it is easy to learn which functions correspond to which library by looking through IPP header files. For example, ippGetCpuClock function is declared in ippcore.h and so it contained in ippcore.lib library (ippcorel.lib for static library) whereas function ippsZero_8u is declared in ipps.h and is implemented in ipps.lib file (ippsmerged.lib/ippsemerged.lib for static libraries)&lt;/P&gt;
&lt;P&gt;Vladimir&lt;/P&gt;</description>
      <pubDate>Sun, 21 May 2006 06:32:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/error-LNK2001-unresolved-external-symbol-ippsGetLibVersion-0/m-p/925701#M16174</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2006-05-21T06:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: error LNK2001: unresolved external symbol _ippsGetLibVersio</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/error-LNK2001-unresolved-external-symbol-ippsGetLibVersion-0/m-p/925702#M16175</link>
      <description>its working now.&lt;BR /&gt;&lt;BR /&gt;thanks.</description>
      <pubDate>Sun, 21 May 2006 06:42:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/error-LNK2001-unresolved-external-symbol-ippsGetLibVersion-0/m-p/925702#M16175</guid>
      <dc:creator>yinyang2006</dc:creator>
      <dc:date>2006-05-21T06:42:04Z</dc:date>
    </item>
  </channel>
</rss>

