<?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: Static Linking with Dispatching under Delphi? in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Static-Linking-with-Dispatching-under-Delphi/m-p/913046#M14520</link>
    <description>&lt;P&gt;Another problem you might encounter with VC2005 Express is the lack of MT static and dynamic library.&lt;/P&gt;</description>
    <pubDate>Tue, 21 Aug 2007 22:02:00 GMT</pubDate>
    <dc:creator>levicki</dc:creator>
    <dc:date>2007-08-21T22:02:00Z</dc:date>
    <item>
      <title>Static Linking with Dispatching under Delphi?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Static-Linking-with-Dispatching-under-Delphi/m-p/913040#M14514</link>
      <description>before i try out and waste my time-- is it possible
to link statically with dispatching under delphi?
the binary should only contain those functions the
programm actually calls. 

thanks in advance!</description>
      <pubDate>Tue, 14 Aug 2007 11:57:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Static-Linking-with-Dispatching-under-Delphi/m-p/913040#M14514</guid>
      <dc:creator>ad_ms</dc:creator>
      <dc:date>2007-08-14T11:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Static Linking with Dispatching under Delphi?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Static-Linking-with-Dispatching-under-Delphi/m-p/913041#M14515</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;As far as I know you can't use static libraries in Delphi, only DLL. Fortunately, with IPP you can build custom DLL from static libraries. It will include dispatcher and only selected list of IPP functions.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2007 17:14:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Static-Linking-with-Dispatching-under-Delphi/m-p/913041#M14515</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2007-08-14T17:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Static Linking with Dispatching under Delphi?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Static-Linking-with-Dispatching-under-Delphi/m-p/913042#M14516</link>
      <description>&lt;P&gt;Hi Vladimir,&lt;/P&gt;
&lt;P&gt;just to be 100% sure: these custom DLLs have to be built with Visual studio (At least i think its stated this way in some doc). Is there any free C-compiler that does the trick? gcc?&lt;/P&gt;
&lt;P&gt;thanks again,&lt;BR /&gt;aydin&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2007 11:15:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Static-Linking-with-Dispatching-under-Delphi/m-p/913042#M14516</guid>
      <dc:creator>ad_ms</dc:creator>
      <dc:date>2007-08-15T11:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Static Linking with Dispatching under Delphi?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Static-Linking-with-Dispatching-under-Delphi/m-p/913043#M14517</link>
      <description>&lt;P&gt;Hi Aydin,&lt;/P&gt;
&lt;P&gt;that's correct, you need some Win32 compatible C/C++ compiler to build IPP custom DLLs from IPP static libraries on Windows. Within IPP we provide custom DLL sample which assume you have Intel C/C++ or Microsoft C/C++ compiler on Windows and Intel C/C++ or gcc compiler on Linux. As far as I know Microsoft provided express edition ofVC2005 for free which you should be able to use to build that sample as well.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2007 12:04:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Static-Linking-with-Dispatching-under-Delphi/m-p/913043#M14517</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2007-08-15T12:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: Static Linking with Dispatching under Delphi?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Static-Linking-with-Dispatching-under-Delphi/m-p/913044#M14518</link>
      <description>&lt;P&gt;&lt;BR /&gt;indeed, i thought VC express to be non-commercial only, but the FAQ states that it is free for all uses. that will do the trick! thanks a lot for all your help, vladimir!&lt;BR /&gt;&lt;BR /&gt;sincerely,&lt;BR /&gt;aydin&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2007 12:38:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Static-Linking-with-Dispatching-under-Delphi/m-p/913044#M14518</guid>
      <dc:creator>ad_ms</dc:creator>
      <dc:date>2007-08-15T12:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Static Linking with Dispatching under Delphi?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Static-Linking-with-Dispatching-under-Delphi/m-p/913045#M14519</link>
      <description>&lt;P&gt;Well, I'm not sure about license terms for VC express so be careful especially for commercial use.&lt;/P&gt;
&lt;P&gt;Vladimir&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2007 12:53:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Static-Linking-with-Dispatching-under-Delphi/m-p/913045#M14519</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2007-08-15T12:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Static Linking with Dispatching under Delphi?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Static-Linking-with-Dispatching-under-Delphi/m-p/913046#M14520</link>
      <description>&lt;P&gt;Another problem you might encounter with VC2005 Express is the lack of MT static and dynamic library.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2007 22:02:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Static-Linking-with-Dispatching-under-Delphi/m-p/913046#M14520</guid>
      <dc:creator>levicki</dc:creator>
      <dc:date>2007-08-21T22:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Static Linking with Dispatching under Delphi?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Static-Linking-with-Dispatching-under-Delphi/m-p/913047#M14521</link>
      <description>&lt;P&gt;igor, can you explain what goes 'wrong'? since i am still evaluating IPP for my small-size company (8 developers), i need to be sure that we can create fully working custom-sized dlls without buying another set of compilers. &lt;/P&gt;
&lt;P&gt;thanks,&lt;BR /&gt;aydin&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Aug 2007 12:57:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Static-Linking-with-Dispatching-under-Delphi/m-p/913047#M14521</guid>
      <dc:creator>ad_ms</dc:creator>
      <dc:date>2007-08-23T12:57:15Z</dc:date>
    </item>
  </channel>
</rss>

