<?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>Thema "Re: link problem using IPP" in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/link-problem-using-IPP/m-p/872380#M9063</link>
    <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;I am running into the same issue. I checked and found that under the projects options that I was not refrencingia32stublib which is where the lib you mentioned resides. This did not work for me, im still getting the same error.&lt;/P&gt;</description>
    <pubDate>Tue, 07 Oct 2008 16:15:00 GMT</pubDate>
    <dc:creator>pingdrop</dc:creator>
    <dc:date>2008-10-07T16:15:00Z</dc:date>
    <item>
      <title>link problem using IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/link-problem-using-IPP/m-p/872378#M9061</link>
      <description>&lt;P&gt;Hi, All:&lt;/P&gt;
&lt;P&gt;I'm a beginner of IPP. After configuration followed the "&lt;SPAN&gt;&lt;SPAN style="font-family: Verdana; font-size: x-small;"&gt;&lt;A&gt;&lt;SPAN style="color: #0860a8;"&gt;Getting Started with Intel IPP&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;", I tried some sample code which successfully went through. Then I wanna try some simple function code, like below. The problem is that this code could compile (Ctrl+F7) but failed when I tried to link using F7. It said: "unresolved external symbol _ippiMalloc_8u_C3@12 referenced in function _main"&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Can anybody please help out.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;==================================&lt;/P&gt;
&lt;P&gt;#include "stdafx.h"&lt;BR /&gt;#include &lt;IPP.H&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;int main()&lt;BR /&gt;{&lt;BR /&gt; IppiSize size={320,240};&lt;BR /&gt; int stride;&lt;BR /&gt; Ipp8u* pSrc = ippiMalloc_8u_C3(size.width,size.height,&amp;amp;stride);&lt;BR /&gt; return 0;&lt;BR /&gt;}&lt;/IPP.H&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Oct 2008 22:46:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/link-problem-using-IPP/m-p/872378#M9061</guid>
      <dc:creator>backyardigan</dc:creator>
      <dc:date>2008-10-06T22:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: link problem using IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/link-problem-using-IPP/m-p/872379#M9062</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/405209"&gt;backyardigan&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;P&gt;Hi, All:&lt;/P&gt;
&lt;P&gt;I'm a beginner of IPP. After configuration followed the "&lt;SPAN&gt;&lt;SPAN style="font-family: Verdana; font-size: x-small;"&gt;&lt;A&gt;&lt;SPAN style="color: #0860a8;"&gt;Getting Started with Intel IPP&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;", I tried some sample code which successfully went through. Then I wanna try some simple function code, like below. The problem is that this code could compile (Ctrl+F7) but failed when I tried to link using F7. It said: "unresolved external symbol _ippiMalloc_8u_C3@12 referenced in function _main"&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Can anybody please help out.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;==================================&lt;/P&gt;
&lt;P&gt;#include "stdafx.h"&lt;BR /&gt;#include &lt;IPP.H&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;int main()&lt;BR /&gt;{&lt;BR /&gt; IppiSize size={320,240};&lt;BR /&gt; int stride;&lt;BR /&gt; Ipp8u* pSrc = ippiMalloc_8u_C3(size.width,size.height,&amp;amp;stride);&lt;BR /&gt; return 0;&lt;BR /&gt;}&lt;/IPP.H&gt;&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;You should link your application with ippi.lib. In visual studio use properties ( of your project ) linkerinputadditional dependencies.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regards, Rob&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2008 07:43:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/link-problem-using-IPP/m-p/872379#M9062</guid>
      <dc:creator>Rob_Ottenhoff</dc:creator>
      <dc:date>2008-10-07T07:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: link problem using IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/link-problem-using-IPP/m-p/872380#M9063</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;I am running into the same issue. I checked and found that under the projects options that I was not refrencingia32stublib which is where the lib you mentioned resides. This did not work for me, im still getting the same error.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2008 16:15:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/link-problem-using-IPP/m-p/872380#M9063</guid>
      <dc:creator>pingdrop</dc:creator>
      <dc:date>2008-10-07T16:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: link problem using IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/link-problem-using-IPP/m-p/872381#M9064</link>
      <description>&lt;DIV style="margin:0px;"&gt;I just trid this sample in MSVC 2008, link with ippi.lib and there is no building errors. Kind of strange.&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;Thanks,&lt;BR /&gt;Ying&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2008 17:22:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/link-problem-using-IPP/m-p/872381#M9064</guid>
      <dc:creator>Ying_S_Intel</dc:creator>
      <dc:date>2008-10-07T17:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: link problem using IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/link-problem-using-IPP/m-p/872382#M9065</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/336671"&gt;YING S (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;DIV style="margin:0px;"&gt;I just trid this sample in MSVC 2008, link with ippi.lib and there is no building errors. Kind of strange.&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;Thanks,&lt;BR /&gt;Ying&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;That's grate. Are you using pre-compled headers? Where there any settings you had to change in VS?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2008 20:42:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/link-problem-using-IPP/m-p/872382#M9065</guid>
      <dc:creator>pingdrop</dc:creator>
      <dc:date>2008-10-07T20:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: link problem using IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/link-problem-using-IPP/m-p/872383#M9066</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/346566"&gt;r.r.ottenhoff@noldus.nl&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;P&gt;You should link your application with ippi.lib. In visual studio use properties ( of your project ) linkerinputadditional dependencies.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regards, Rob&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;Great! this works. I tried this method and also adding ippi.lib to project/properties/linker/command line/additional options.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks a lot!&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2008 20:54:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/link-problem-using-IPP/m-p/872383#M9066</guid>
      <dc:creator>backyardigan</dc:creator>
      <dc:date>2008-10-07T20:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: link problem using IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/link-problem-using-IPP/m-p/872384#M9067</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/336671"&gt;YING S (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;DIV style="margin:0px;"&gt;I just trid this sample in MSVC 2008, link with ippi.lib and there is no building errors. Kind of strange.&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;Thanks,&lt;BR /&gt;Ying&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;The error i keep getting is :&lt;BR /&gt;Error&lt;SPAN style="white-space:pre"&gt; &lt;/SPAN&gt;15&lt;SPAN style="white-space:pre"&gt; &lt;/SPAN&gt;error LNK2001: unresolved external symbol _ippMalloc@4&lt;SPAN style="white-space:pre"&gt; &lt;/SPAN&gt;jpegbase.obj&lt;BR /&gt;for each of the object files that VS 2005 generates when it trys to build&lt;/P&gt;
&lt;P&gt;In options &amp;gt; VC++ dirs &amp;gt; Lib Files i have added :&lt;BR /&gt;C:Program FilesIntelIPP5.3.1.064ia32lib andC:Program FilesIntelIPP5.3.1.064ia32stublib&lt;/P&gt;
&lt;P&gt;In the project properties &amp;gt; linker &amp;gt; input &amp;gt; Additional Dependencies :&lt;BR /&gt;"C:Program FilesIntelIPP5.3.1.064ia32stublibippi.lib"&lt;/P&gt;
&lt;P&gt;The includes and bin folders have been added to the C++ directories as well.&lt;/P&gt;
&lt;P&gt;I have pre compiled headers disabled from the default of "use precompiled headers" to resolve an issue with stdafx.h not being included in the origal H files.&lt;/P&gt;
&lt;P&gt;What other settings could i change to get this error to stop occuring? I have looked into trying to use the same paramters the build32.bat file uses to build the application but I dont understand batch that well. If you could provide these parameters I could bypass any issues that could be because of the IDE and run the compiler and linker directly.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2008 20:17:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/link-problem-using-IPP/m-p/872384#M9067</guid>
      <dc:creator>pingdrop</dc:creator>
      <dc:date>2008-10-08T20:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: link problem using IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/link-problem-using-IPP/m-p/872385#M9068</link>
      <description>&lt;DIV style="margin:0px;"&gt;Hello, ippMalloc function is defined in ippCore library, so you need to add ippcore.lib into your linked libraries list.&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;Well, as I can see you have jpegbase.obj file which is part of JPEG sample. For IPP JPEG sample you will also need to add ipps.lib, ippcc.lib, ippcv.lib and ippj.lib&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;Regards,&lt;BR /&gt; Vladimir&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2008 17:32:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/link-problem-using-IPP/m-p/872385#M9068</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2008-10-23T17:32:42Z</dc:date>
    </item>
  </channel>
</rss>

