<?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: Delay Loaded Dlls and LoadLibrary in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Delay-Loaded-Dlls-and-LoadLibrary/m-p/832429#M53169</link>
    <description>&lt;P&gt;This just in: &lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.codeproject.com/dll/Delay_Loading_Dll.asp"&gt;http://www.codeproject.com/dll/Delay_Loading_Dll.asp&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This is all well and good for Dlls but how does one unload their client? Task Manager?&lt;/P&gt;</description>
    <pubDate>Wed, 18 Apr 2007 01:43:37 GMT</pubDate>
    <dc:creator>g_f_thomas</dc:creator>
    <dc:date>2007-04-18T01:43:37Z</dc:date>
    <item>
      <title>Delay Loaded Dlls and LoadLibrary</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Delay-Loaded-Dlls-and-LoadLibrary/m-p/832428#M53168</link>
      <description>Hello.&lt;BR /&gt;
&lt;BR /&gt;
I am trying to use the delay option of the compiler to load the dlls at
the moment when I'm going to use them, because I have a lot of dlls so
if I load want perhaps I don't want to load all the temporally
dependecies. For example, if I have, &lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;Library1.dll&lt;/I&gt; that depends on &lt;I&gt;Library2.dll&lt;/I&gt;, and when the application load &lt;I&gt;Library1.dll&lt;/I&gt; not always &lt;I&gt;Library2.dll &lt;/I&gt;is used. If I use the &lt;I&gt;&lt;B&gt;Delay load Dlls&lt;/B&gt;&lt;/I&gt; &lt;I&gt;Library2.dll&lt;/I&gt; will be loaded only when something of this dll is going to be used, isn't it?&lt;BR /&gt;
&lt;BR /&gt;
So I add the &lt;I&gt;Delayimp.lib&lt;/I&gt; in the additional dependencies for the links and also I add the dll (&lt;I&gt;Library2.dll&lt;/I&gt;) in the &lt;B&gt;&lt;I&gt;Delay loaded Dlls&lt;/I&gt;&lt;/B&gt; ([/DELAYLOAD Library2.dll).&lt;BR /&gt;
&lt;BR /&gt;
Even with that, When I load &lt;I&gt;Library1.dll&lt;/I&gt;, &lt;I&gt;Libray2.dll&lt;/I&gt; is load, Am I using this in wrong way? It's something missing?&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance,&lt;BR /&gt;
&lt;BR /&gt;
Best regards</description>
      <pubDate>Mon, 16 Apr 2007 14:24:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Delay-Loaded-Dlls-and-LoadLibrary/m-p/832428#M53168</guid>
      <dc:creator>Hugo_G_</dc:creator>
      <dc:date>2007-04-16T14:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: Delay Loaded Dlls and LoadLibrary</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Delay-Loaded-Dlls-and-LoadLibrary/m-p/832429#M53169</link>
      <description>&lt;P&gt;This just in: &lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.codeproject.com/dll/Delay_Loading_Dll.asp"&gt;http://www.codeproject.com/dll/Delay_Loading_Dll.asp&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This is all well and good for Dlls but how does one unload their client? Task Manager?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Apr 2007 01:43:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Delay-Loaded-Dlls-and-LoadLibrary/m-p/832429#M53169</guid>
      <dc:creator>g_f_thomas</dc:creator>
      <dc:date>2007-04-18T01:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: Delay Loaded Dlls and LoadLibrary</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Delay-Loaded-Dlls-and-LoadLibrary/m-p/832430#M53170</link>
      <description>&lt;P&gt;Hello, &lt;BR /&gt;&lt;BR /&gt;I have been cheking the problem, &lt;BR /&gt;&lt;BR /&gt;If all the dll that I am linking are writed in Fortran, it is posible to use delay dll, but in the moment that I use any dll writed in VC++, this it is not posible, but I don't know if it is because I have to use any specific options in the VC++ project.&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Thanks &lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Apr 2007 10:56:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Delay-Loaded-Dlls-and-LoadLibrary/m-p/832430#M53170</guid>
      <dc:creator>Hugo_G_</dc:creator>
      <dc:date>2007-04-18T10:56:44Z</dc:date>
    </item>
  </channel>
</rss>

