<?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: MS VC++ 2008 Express Edition Linker Error in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/MS-VC-2008-Express-Edition-Linker-Error/m-p/877120#M9676</link>
    <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Hi Alessandro, &lt;BR /&gt;&lt;BR /&gt;Right, you may either change your project to "X64" by menu Build=&amp;gt;Configuration manager=&amp;gt;Active solution Platform or install ia32 IPP library and link 32bitippcore.lib. &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ying</description>
    <pubDate>Mon, 07 Sep 2009 03:39:55 GMT</pubDate>
    <dc:creator>Ying_H_Intel</dc:creator>
    <dc:date>2009-09-07T03:39:55Z</dc:date>
    <item>
      <title>MS VC++ 2008 Express Edition Linker Error</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/MS-VC-2008-Express-Edition-Linker-Error/m-p/877118#M9674</link>
      <description>Hello,&lt;BR /&gt;I am currently evaluating IPP for a new project.  I'm using MS VC++ 2008 Express Edition on Windows Vista on Intel Corei7.  I have installed em64t IPP evaluation package.  I wrote a very simple stub program to test compilation and linkage to IPP libs.  this is it :&lt;BR /&gt;&lt;BR /&gt;#include &lt;CSTDLIB&gt;&lt;BR /&gt;#include &lt;IOSTREAM&gt;&lt;BR /&gt;#include "ipp.h"&lt;BR /&gt;using namespace std;&lt;BR /&gt;int main(int argc, char *argv[])&lt;BR /&gt;{&lt;BR /&gt; const IppLibraryVersion* libVersion = ippGetLibVersion();&lt;BR /&gt; return 0;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;I have set following system variables:&lt;BR /&gt;&lt;BR /&gt;INCLUDE = C:\Program Files\Intel\IPP\6.1.1.035\em64t\include&lt;BR /&gt;LIB = C:\Program Files\Intel\IPP\6.1.1.035\em64t\stublib&lt;BR /&gt;Path = C:\Program Files\Intel\IPP\6.1.1.035\em64t\bin&lt;BR /&gt;&lt;BR /&gt;In MS VC++ I have added the following dirs:&lt;BR /&gt;&lt;BR /&gt;1) &lt;MENU bar=""&gt; -&amp;gt; "Tools" -&amp;gt; "Options" -&amp;gt; "Projects and Solutions" -&amp;gt; "VC++ Directories" -&amp;gt; "Executable Files" = C:\Program Files\Intel\IPP\6.1.1.035\em64t\bin&lt;BR /&gt;&lt;BR /&gt; "Include Files"    = C:\Program Files\Intel\IPP\6.1.1.035\em64t\include&lt;BR /&gt; "Library Files"    = C:\Program Files\Intel\IPP\6.1.1.035\em64t\stublib&lt;BR /&gt;&lt;BR /&gt;2) Right Click on project -&amp;gt; "Properties" -&amp;gt; "Linker" -&amp;gt; "Input" -&amp;gt; "Additional Dependencies" I have added value ippcoreem64t.lib&lt;BR /&gt;&lt;BR /&gt;When I go to build project I get:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1&amp;gt;------ Build started: Project: ipptest, Configuration: Debug Win32 ------&lt;BR /&gt;1&amp;gt;Linking...&lt;BR /&gt;1&amp;gt;main.obj : error LNK2019: unresolved external symbol _ippGetLibVersion@0 referenced in function _main&lt;BR /&gt;1&amp;gt;C:\Users\ale\Documents\Visual Studio 2008\Projects\ipptest\Debug\ipptest.exe : fatal error LNK1120: 1 unresolved externals&lt;BR /&gt;1&amp;gt;Build log was saved at "file://c:\Users\ale\Documents\Visual Studio 2008\Projects\ipptest\ipptest\Debug\BuildLog.htm"&lt;BR /&gt;1&amp;gt;ipptest - 2 error(s), 0 warning(s)&lt;BR /&gt;========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any ideas as to why this compiles but does not link?&lt;BR /&gt;&lt;BR /&gt;I have looked through all relevant forum entries but found nothing that worked/helped.&lt;BR /&gt;&lt;BR /&gt;Thank you very much,&lt;BR /&gt;&lt;BR /&gt;Alessandro Ferrucci&lt;/MENU&gt;&lt;/IOSTREAM&gt;&lt;/CSTDLIB&gt;</description>
      <pubDate>Sun, 06 Sep 2009 19:23:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/MS-VC-2008-Express-Edition-Linker-Error/m-p/877118#M9674</guid>
      <dc:creator>alessandroferrucci</dc:creator>
      <dc:date>2009-09-06T19:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: MS VC++ 2008 Express Edition Linker Error</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/MS-VC-2008-Express-Edition-Linker-Error/m-p/877119#M9675</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
You can't link 64-bit libraries in a 32-bit build, which is all VC++ Express supports. You may not consider them "relevant," but surely there are forum entries about these 2 topics separately, perhaps not in combination.&lt;BR /&gt;</description>
      <pubDate>Sun, 06 Sep 2009 23:58:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/MS-VC-2008-Express-Edition-Linker-Error/m-p/877119#M9675</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2009-09-06T23:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: MS VC++ 2008 Express Edition Linker Error</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/MS-VC-2008-Express-Edition-Linker-Error/m-p/877120#M9676</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Hi Alessandro, &lt;BR /&gt;&lt;BR /&gt;Right, you may either change your project to "X64" by menu Build=&amp;gt;Configuration manager=&amp;gt;Active solution Platform or install ia32 IPP library and link 32bitippcore.lib. &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ying</description>
      <pubDate>Mon, 07 Sep 2009 03:39:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/MS-VC-2008-Express-Edition-Linker-Error/m-p/877120#M9676</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2009-09-07T03:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: MS VC++ 2008 Express Edition Linker Error</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/MS-VC-2008-Express-Edition-Linker-Error/m-p/877121#M9677</link>
      <description>&lt;BR /&gt;Alessandro,&lt;BR /&gt;
&lt;P&gt;As an additional info, please use the following &lt;A href="http://software.intel.com/en-us/articles/building-a-windows-application-using-intel-ipp/"&gt;article&lt;/A&gt; help you to chose the correct libraries for building a windows based application using Intel IPP and the second &lt;A href="http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-for-windows-find-the-intel-ipp-libraries-needed-by-your-application/"&gt;one&lt;/A&gt; : Intel IPP for Windows* - Find the Intel IPP Libraries Needed by Your Application.&lt;BR /&gt;--Gennady&lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2009 04:47:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/MS-VC-2008-Express-Edition-Linker-Error/m-p/877121#M9677</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-09-07T04:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: MS VC++ 2008 Express Edition Linker Error</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/MS-VC-2008-Express-Edition-Linker-Error/m-p/877122#M9678</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/334681"&gt;Gennady Fedorov (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;Alessandro,&lt;BR /&gt;
&lt;P&gt;As an additional info, please use the following &lt;A href="http://software.intel.com/en-us/articles/building-a-windows-application-using-intel-ipp/"&gt;article&lt;/A&gt; help you to chose the correct libraries for building a windows based application using Intel IPP and the second &lt;A href="http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-for-windows-find-the-intel-ipp-libraries-needed-by-your-application/"&gt;one&lt;/A&gt; : Intel IPP for Windows* - Find the Intel IPP Libraries Needed by Your Application.&lt;BR /&gt;--Gennady&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Ok thank you very much. I have fixed my issue with MS VC++. I have installed full release of MS VC++ 2008 and set my platform to x64 and now it links successfully. When I go to release this in production I will actually be running in CentOS not Windows.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;alessandro ferrucci&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Sep 2009 05:44:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/MS-VC-2008-Express-Edition-Linker-Error/m-p/877122#M9678</guid>
      <dc:creator>alessandroferrucci</dc:creator>
      <dc:date>2009-09-07T05:44:01Z</dc:date>
    </item>
  </channel>
</rss>

