<?xml version="1.0" encoding='utf-8'?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="card1" title="Dynamic-link library - Page 35 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=Dynamic-link_library&amp;p=34">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Dynamic-link_library&amp;p=36">3.Next</a>
</p>
<p>(VB), only run-time linking is supported; but in addition to using <code>LoadLibrary</code> and <code>GetProcAddress</code> API functions, declarations of imported functions are allowed.</p>

<p>When importing DLL functions through declarations, VB will generate a run-time error if the <code>DLL</code> file cannot be found. The developer can catch the error and handle it appropriately.</p>

<p>When creating DLLs in VB, the IDE will only allow creation of ActiveX DLLs, however methods have been created to allow the user to explicitly tell the</p><p>
<a accesskey="1" href="page.php?w=Dynamic-link_library&amp;p=34">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Dynamic-link_library&amp;p=36">3.Next</a>
</p>

<do type="prev" label="Search">
        <go href="search.wml"/>
</do>

</card>
</wml>
