<?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[DLL-STL]]></title><description><![CDATA[<p>Moin, ich möchte eine DLL schreiben, habe aber das Problem, dass eine Klasse STL-Klassen benutzt. Deshalb bekomm ich immer wieder Fehler. Gibts eine Bibliothek, die Container usw. beinhaltet, die man in DLLs benutzen kann, oder gibts ne andere Lösung?</p>
<p>mfg<br />
Glamdring</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/60545/dll-stl</link><generator>RSS for Node</generator><lastBuildDate>Wed, 03 Jun 2026 11:42:48 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/60545.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 06 Jan 2004 16:15:21 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to DLL-STL on Tue, 06 Jan 2004 16:15:21 GMT]]></title><description><![CDATA[<p>Moin, ich möchte eine DLL schreiben, habe aber das Problem, dass eine Klasse STL-Klassen benutzt. Deshalb bekomm ich immer wieder Fehler. Gibts eine Bibliothek, die Container usw. beinhaltet, die man in DLLs benutzen kann, oder gibts ne andere Lösung?</p>
<p>mfg<br />
Glamdring</p>
]]></description><link>https://www.c-plusplus.net/forum/post/430046</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/430046</guid><dc:creator><![CDATA[Glamdrink]]></dc:creator><pubDate>Tue, 06 Jan 2004 16:15:21 GMT</pubDate></item><item><title><![CDATA[Reply to DLL-STL on Tue, 06 Jan 2004 16:18:30 GMT]]></title><description><![CDATA[<p>mfc? <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/430050</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/430050</guid><dc:creator><![CDATA[Sovok]]></dc:creator><pubDate>Tue, 06 Jan 2004 16:18:30 GMT</pubDate></item><item><title><![CDATA[Reply to DLL-STL on Tue, 06 Jan 2004 16:23:49 GMT]]></title><description><![CDATA[<p>WElche Fehler bekommst Du denn ?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/430056</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/430056</guid><dc:creator><![CDATA[Knuddlbaer]]></dc:creator><pubDate>Tue, 06 Jan 2004 16:23:49 GMT</pubDate></item><item><title><![CDATA[Reply to DLL-STL on Tue, 06 Jan 2004 16:31:38 GMT]]></title><description><![CDATA[<p>Ich verwende zwei std-Listen und einen String:</p>
<pre><code class="language-cpp">warning C4251: 'name' : class 'std::basic_string&lt;char,struct std::char_traits&lt;char&gt;,class std::allocator&lt;char&gt; &gt;' benoetigt eine DLL-Schnittstelle, die von Clients von 
class 'PNFramework::Player' verwendet wird
warning C4251: 'units' : class 'std::list&lt;class PNFramework::DecoState&lt;class PNFramework::Warrior&gt;,class std::allocator&lt;class PNFramework::DecoState&lt;class PNFramework::
Warrior&gt; &gt; &gt;' benoetigt eine DLL-Schnittstelle, die von Clients von class 'PNFramework::Player' verwendet wird
: warning C4251: 'buildings' : class 'std::list&lt;class PNFramework::DecoState&lt;class PNFramework::Building&gt;,class std::allocator&lt;class PNFramework::DecoState&lt;class PNFramew
ork::Building&gt; &gt; &gt;' benoetigt eine DLL-Schnittstelle, die von Clients von class 'PNFramework::Player' verwendet wird
warning C4786: 'std::reverse_bidirectional_iterator&lt;std::list&lt;PNFramework::DecoState&lt;PNFramework::Warrior&gt;,std::allocator&lt;PNFramework::DecoState&lt;PNFramework::Warrior&gt; &gt; &gt;::iterator,PNFram
ework::DecoState&lt;PNFramework::Warrior&gt;,PNFramework::DecoState&lt;PNFramework::Warrior&gt; &amp;,PNFramework::DecoState&lt;PNFramework::Warrior&gt; *,int&gt;' : Bezeichner wurde auf '255' Zeichen in den Debug-Informationen reduziert//folgeFehler???
</code></pre>
<p>Und so weiter...</p>
<p>mfg<br />
Glamdring</p>
]]></description><link>https://www.c-plusplus.net/forum/post/430060</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/430060</guid><dc:creator><![CDATA[Glamdrink]]></dc:creator><pubDate>Tue, 06 Jan 2004 16:31:38 GMT</pubDate></item></channel></rss>