<?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[DLLs und STL-Containerklassen?]]></title><description><![CDATA[<p>Hi,</p>
<p>ich habe in meiner DLL eine Funktion:</p>
<pre><code class="language-cpp">void foobar (const std::vector&lt;int&gt; &amp;vector_);
</code></pre>
<p>welche ich aus der DLL laden möchte, kann ich damit dann auch arbeiten wie ohne DLL?</p>
<p>Hab gehört das das mit DLLs nicht geht (vorallem beim Dynamischem laden!)</p>
<p>Stimmt das?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/87879/dlls-und-stl-containerklassen</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Apr 2026 03:37:13 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/87879.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 04 Oct 2004 19:34:53 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to DLLs und STL-Containerklassen? on Mon, 04 Oct 2004 19:34:53 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>ich habe in meiner DLL eine Funktion:</p>
<pre><code class="language-cpp">void foobar (const std::vector&lt;int&gt; &amp;vector_);
</code></pre>
<p>welche ich aus der DLL laden möchte, kann ich damit dann auch arbeiten wie ohne DLL?</p>
<p>Hab gehört das das mit DLLs nicht geht (vorallem beim Dynamischem laden!)</p>
<p>Stimmt das?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/621063</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/621063</guid><dc:creator><![CDATA[***]]></dc:creator><pubDate>Mon, 04 Oct 2004 19:34:53 GMT</pubDate></item><item><title><![CDATA[Reply to DLLs und STL-Containerklassen? on Mon, 04 Oct 2004 21:45:04 GMT]]></title><description><![CDATA[<p>IIRC geht das, wenn beide (DLL und Anwendung) die Runtime Library danamisch einbinden. (Bin mir abwer nicht 100% sicher...)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/621179</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/621179</guid><dc:creator><![CDATA[peterchen]]></dc:creator><pubDate>Mon, 04 Oct 2004 21:45:04 GMT</pubDate></item></channel></rss>