<?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 8 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=Dynamic-link_library&amp;p=7">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Dynamic-link_library&amp;p=9">3.Next</a>
</p>
<p>USER and GDI libraries. That concept was "dynamic linking".</p>

<p>In a conventional non-shared <a href="page.php?w=static_library">static library</a>, sections of code are simply added to the calling program when its executable is built at the "linking" phase; if two programs call the same routine, the routine is included in both the programs during the linking stage of the two. With dynamic linking, shared code is placed into a single, separate file. The programs that call this file are connected to it at run time, with the operating system</p><p>
<a accesskey="1" href="page.php?w=Dynamic-link_library&amp;p=7">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Dynamic-link_library&amp;p=9">3.Next</a>
</p>

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

</card>
</wml>
