<?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 Building and using a custom dll  ( in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Building-and-using-a-custom-dll/m-p/849086#M6448</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I understood that I could build my own dll (call it custom dll).&amp;nbsp; I'm using MKL version 10.3, update 11.&amp;nbsp; As a test I'm using nmake like this:&lt;BR /&gt;&lt;BR /&gt;nmake dllia32 buf_lib= export=CustomMKLFunctionList.txt name=CustomMKL&lt;BR /&gt;&lt;BR /&gt;It makes CustomMKL.dll and CustomMKL.lib just fine.&lt;BR /&gt;&lt;BR /&gt;I try to use it in my test app (test.exe) which is run on a computer without MKL installed.&amp;nbsp; When I do,&amp;nbsp;I get this error:&lt;BR /&gt;&lt;BR /&gt;"mkl_intel_thread.dll is missing" ...&lt;BR /&gt;&lt;BR /&gt;It finds my custom dll just fine.&amp;nbsp; I thought that one of the main&amp;nbsp;points of building a custom dll is that everything I'd need is in my custom dll, but apparently not.&amp;nbsp; Anybody have experience here?&amp;nbsp; What Intel dll's do I need once I build my custom dll?&lt;BR /&gt;&lt;BR /&gt;Thanks for any help&lt;BR /&gt;Andrew</description>
    <pubDate>Mon, 20 Aug 2012 19:50:08 GMT</pubDate>
    <dc:creator>Andrew_Roberts</dc:creator>
    <dc:date>2012-08-20T19:50:08Z</dc:date>
    <item>
      <title>Building and using a custom dll  (</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Building-and-using-a-custom-dll/m-p/849086#M6448</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I understood that I could build my own dll (call it custom dll).&amp;nbsp; I'm using MKL version 10.3, update 11.&amp;nbsp; As a test I'm using nmake like this:&lt;BR /&gt;&lt;BR /&gt;nmake dllia32 buf_lib= export=CustomMKLFunctionList.txt name=CustomMKL&lt;BR /&gt;&lt;BR /&gt;It makes CustomMKL.dll and CustomMKL.lib just fine.&lt;BR /&gt;&lt;BR /&gt;I try to use it in my test app (test.exe) which is run on a computer without MKL installed.&amp;nbsp; When I do,&amp;nbsp;I get this error:&lt;BR /&gt;&lt;BR /&gt;"mkl_intel_thread.dll is missing" ...&lt;BR /&gt;&lt;BR /&gt;It finds my custom dll just fine.&amp;nbsp; I thought that one of the main&amp;nbsp;points of building a custom dll is that everything I'd need is in my custom dll, but apparently not.&amp;nbsp; Anybody have experience here?&amp;nbsp; What Intel dll's do I need once I build my custom dll?&lt;BR /&gt;&lt;BR /&gt;Thanks for any help&lt;BR /&gt;Andrew</description>
      <pubDate>Mon, 20 Aug 2012 19:50:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Building-and-using-a-custom-dll/m-p/849086#M6448</guid>
      <dc:creator>Andrew_Roberts</dc:creator>
      <dc:date>2012-08-20T19:50:08Z</dc:date>
    </item>
    <item>
      <title>Building and using a custom dll  (</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Building-and-using-a-custom-dll/m-p/849087#M6449</link>
      <description>&lt;SPAN style="white-space: pre;"&gt;	&lt;/SPAN&gt;Andrew,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="white-space: pre;"&gt;	&lt;/SPAN&gt;you can build two kind of custom DLLs: from static libs (lib32 and libintel64 targets for nmake) and from dynamic libs&amp;nbsp;(dllia32 and dllintel64 targets for nmake).&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="white-space: pre;"&gt;	&lt;/SPAN&gt;In first case you will receive independend on MKL your own DLL. In second - you DLL will depend on MKL DLLs.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Andrey&lt;/DIV&gt;</description>
      <pubDate>Tue, 21 Aug 2012 03:13:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Building-and-using-a-custom-dll/m-p/849087#M6449</guid>
      <dc:creator>Andrey_G_Intel2</dc:creator>
      <dc:date>2012-08-21T03:13:12Z</dc:date>
    </item>
  </channel>
</rss>

