<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[wo sind sie sinnvoll?]]></title><description><![CDATA[<p>wo sollte man sie verwenden und wo nicht?<br />
Was hat es für vorteile code in eine DLL zu verpacken anstatt gleich in die exe?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/220914/wo-sind-sie-sinnvoll</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 08:05:50 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/220914.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 22 Aug 2008 17:07:01 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to wo sind sie sinnvoll? on Fri, 22 Aug 2008 17:07:01 GMT]]></title><description><![CDATA[<p>wo sollte man sie verwenden und wo nicht?<br />
Was hat es für vorteile code in eine DLL zu verpacken anstatt gleich in die exe?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1569760</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1569760</guid><dc:creator><![CDATA[DLLs]]></dc:creator><pubDate>Fri, 22 Aug 2008 17:07:01 GMT</pubDate></item><item><title><![CDATA[Reply to wo sind sie sinnvoll? on Fri, 22 Aug 2008 17:14:53 GMT]]></title><description><![CDATA[<blockquote>
<p>Der Zweck von DLL-Dateien ist, den von einer Anwendung auf der Festplatte und im Hauptspeicher benötigten Speicherplatz zu reduzieren. Jeglicher Programmcode, der von mehr als einer Anwendung benötigt werden könnte, wird deshalb in einer einzelnen Datei auf der Festplatte gespeichert und nur einmal in den Hauptspeicher geladen, wenn mehrere Programme dieselbe Programmbibliothek benötigen.</p>
</blockquote>
<p>Quelle: <a href="http://de.wikipedia.org/wiki/Dynamic_Link_Library" rel="nofollow">Wikipedia</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1569765</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1569765</guid><dc:creator><![CDATA[ganz_einfach]]></dc:creator><pubDate>Fri, 22 Aug 2008 17:14:53 GMT</pubDate></item></channel></rss>