<?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: IPPCore functions in Custom IPP DLL in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPPCore-functions-in-Custom-IPP-DLL/m-p/957531#M19261</link>
    <description>&lt;DIV&gt;Hi,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;you need not to list functions from ippcore library in funclist.h or *.def files. You need only link static version of ippcore library to your custom DLL.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Regards,&lt;/DIV&gt;
&lt;DIV&gt; Vladimir&lt;/DIV&gt;</description>
    <pubDate>Thu, 28 Apr 2005 19:55:22 GMT</pubDate>
    <dc:creator>Vladimir_Dudnik</dc:creator>
    <dc:date>2005-04-28T19:55:22Z</dc:date>
    <item>
      <title>IPPCore functions in Custom IPP DLL</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPPCore-functions-in-Custom-IPP-DLL/m-p/957526#M19256</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;If I include functions from ippcore to custom DLL then I am getting errors. I am using IPP custom dll sample project provided with the library. Can't I useippcore in custom DLL?May I use both ippcore and ippcorel?&lt;/DIV&gt;</description>
      <pubDate>Thu, 20 May 2004 09:29:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPPCore-functions-in-Custom-IPP-DLL/m-p/957526#M19256</guid>
      <dc:creator>overspawn</dc:creator>
      <dc:date>2004-05-20T09:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: IPPCore functions in Custom IPP DLL</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPPCore-functions-in-Custom-IPP-DLL/m-p/957527#M19257</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;What functions did you call from ippcore? The ippcore.lib is for dynamic linkage while the ippcorel.lib is used for static linkage.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Ying S&lt;BR /&gt;Intel IPP Support&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 21 May 2004 18:17:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPPCore-functions-in-Custom-IPP-DLL/m-p/957527#M19257</guid>
      <dc:creator>Ying_S_Intel</dc:creator>
      <dc:date>2004-05-21T18:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: IPPCore functions in Custom IPP DLL</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPPCore-functions-in-Custom-IPP-DLL/m-p/957528#M19258</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;The problem was that I couldn't include someippcore functions into FUNCLIST.H (as usual) without getting error messages.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;But looks like it's not really required. I can just add ippcore functions to .DEF fileto export them&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 23 May 2004 21:28:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPPCore-functions-in-Custom-IPP-DLL/m-p/957528#M19258</guid>
      <dc:creator>overspawn</dc:creator>
      <dc:date>2004-05-23T21:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: IPPCore functions in Custom IPP DLL</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPPCore-functions-in-Custom-IPP-DLL/m-p/957529#M19259</link>
      <description>&lt;P&gt;Yes, you are right, you do not need to include ippCore functions to FUNCLIST.H file, because there are no processor specific optimization in this functions. To export thme in your custom DLL you need only place them into export.def file.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 24 May 2004 23:43:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPPCore-functions-in-Custom-IPP-DLL/m-p/957529#M19259</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2004-05-24T23:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: IPPCore functions in Custom IPP DLL</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPPCore-functions-in-Custom-IPP-DLL/m-p/957530#M19260</link>
      <description>&lt;DIV&gt;I encountered a similar problem: I tried to build a custom dll, placed &lt;FONT size="2"&gt;
&lt;P&gt;ippiColorTwist32f_8u_C3R in *.def and funclist.h. The creation of the custom dll was successful. If I link against the custom dll (to use it in my application) I get&lt;/P&gt;
&lt;P&gt;ColorConversionAlgorithm.obj : error LNK2019: unresolved external symbol &lt;A href="mailto:_ippCoreGetStatusString@4" target="_blank"&gt;_ippCoreGetStatusString@4&lt;/A&gt; referenced in function "public: static long __cdecl ConvertYBR_FULLtoRGB(class CImage const &amp;amp;,CImage &amp;amp;)" (?ConvertYBR_FULLtoRGB@&lt;A href="mailto:SAJABVCImage@2345@AAV62345@@Z" target="_blank"&gt;SAJABVC&lt;/A&gt;&lt;A href="mailto:?ConvertYBR_FULLtoRGB@SAJABVCImage@2345@AAV62345@@Z" target="_blank"&gt;Image@2345@AAV62345@@Z&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Therefore I tried toexport ippCoreGetStatusString within the custom dll by placing it into *.def. In that case I get&lt;/P&gt;
&lt;P&gt;IPPCustomd.def : error LNK2001: unresolved external symbol ippCoreGetCpuType IPPCustomd.lib : fatal error LNK1120: 1 unresolved externals&lt;/P&gt;
&lt;P&gt;Adding the method to funclist.h gives even more errors.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Is there a way to overcome this problem? Currently I have no idea how to use my custom library.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 28 Apr 2005 15:33:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPPCore-functions-in-Custom-IPP-DLL/m-p/957530#M19260</guid>
      <dc:creator>hasenummer7</dc:creator>
      <dc:date>2005-04-28T15:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: IPPCore functions in Custom IPP DLL</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPPCore-functions-in-Custom-IPP-DLL/m-p/957531#M19261</link>
      <description>&lt;DIV&gt;Hi,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;you need not to list functions from ippcore library in funclist.h or *.def files. You need only link static version of ippcore library to your custom DLL.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Regards,&lt;/DIV&gt;
&lt;DIV&gt; Vladimir&lt;/DIV&gt;</description>
      <pubDate>Thu, 28 Apr 2005 19:55:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPPCore-functions-in-Custom-IPP-DLL/m-p/957531#M19261</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2005-04-28T19:55:22Z</dc:date>
    </item>
  </channel>
</rss>

