<?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[Linker problem!]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich habe eine Frage beim Linken meiner Dateien, wirft der der Compiler die folgende Nachricht aus:</p>
<p>error LNK2001: Nichtaufgeloestes externes Symbol &quot;public: virtual class std::basic_string&lt;char,struct std::char_traits&lt;char&gt;,class std::allocator&lt;char&gt; &gt; const __thiscall LeiObject::debug(void)const &quot; (?debug@LeiObject@@U<br />
BE?BV?<span class="katex"><span class="katex-mathml"><math><semantics><mrow><mi>b</mi><mi>a</mi><mi>s</mi><mi>i</mi><mi>c</mi><mi mathvariant="normal">_</mi><mi>s</mi><mi>t</mi><mi>r</mi><mi>i</mi><mi>n</mi><mi>g</mi><mi mathvariant="normal">@</mi><mi>D</mi><mi>U</mi><mo>?</mo></mrow><annotation encoding="application/x-tex">basic\_string@DU?</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="strut" style="height:0.69444em;"></span><span class="strut bottom" style="height:1.00444em;vertical-align:-0.31em;"></span><span class="base textstyle uncramped"><span class="mord mathit">b</span><span class="mord mathit">a</span><span class="mord mathit">s</span><span class="mord mathit">i</span><span class="mord mathit">c</span><span class="mord mathrm" style="margin-right:0.02778em;">_</span><span class="mord mathit">s</span><span class="mord mathit">t</span><span class="mord mathit" style="margin-right:0.02778em;">r</span><span class="mord mathit">i</span><span class="mord mathit">n</span><span class="mord mathit" style="margin-right:0.03588em;">g</span><span class="mord mathrm">@</span><span class="mord mathit" style="margin-right:0.02778em;">D</span><span class="mord mathit" style="margin-right:0.10903em;">U</span><span class="mclose">?</span></span></span></span>char_traits@D@std@@V?$allocator@D@2@@std@@XZ)</p>
<p>welche lib fehlt hier? Kann mir jemand weiterhelfen?</p>
<p>Gruss</p>
<p>chris.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/51643/linker-problem</link><generator>RSS for Node</generator><lastBuildDate>Sun, 31 May 2026 15:45:48 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/51643.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 12 Oct 2003 13:14:35 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Linker problem! on Sun, 12 Oct 2003 13:14:35 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich habe eine Frage beim Linken meiner Dateien, wirft der der Compiler die folgende Nachricht aus:</p>
<p>error LNK2001: Nichtaufgeloestes externes Symbol &quot;public: virtual class std::basic_string&lt;char,struct std::char_traits&lt;char&gt;,class std::allocator&lt;char&gt; &gt; const __thiscall LeiObject::debug(void)const &quot; (?debug@LeiObject@@U<br />
BE?BV?<span class="katex"><span class="katex-mathml"><math><semantics><mrow><mi>b</mi><mi>a</mi><mi>s</mi><mi>i</mi><mi>c</mi><mi mathvariant="normal">_</mi><mi>s</mi><mi>t</mi><mi>r</mi><mi>i</mi><mi>n</mi><mi>g</mi><mi mathvariant="normal">@</mi><mi>D</mi><mi>U</mi><mo>?</mo></mrow><annotation encoding="application/x-tex">basic\_string@DU?</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="strut" style="height:0.69444em;"></span><span class="strut bottom" style="height:1.00444em;vertical-align:-0.31em;"></span><span class="base textstyle uncramped"><span class="mord mathit">b</span><span class="mord mathit">a</span><span class="mord mathit">s</span><span class="mord mathit">i</span><span class="mord mathit">c</span><span class="mord mathrm" style="margin-right:0.02778em;">_</span><span class="mord mathit">s</span><span class="mord mathit">t</span><span class="mord mathit" style="margin-right:0.02778em;">r</span><span class="mord mathit">i</span><span class="mord mathit">n</span><span class="mord mathit" style="margin-right:0.03588em;">g</span><span class="mord mathrm">@</span><span class="mord mathit" style="margin-right:0.02778em;">D</span><span class="mord mathit" style="margin-right:0.10903em;">U</span><span class="mclose">?</span></span></span></span>char_traits@D@std@@V?$allocator@D@2@@std@@XZ)</p>
<p>welche lib fehlt hier? Kann mir jemand weiterhelfen?</p>
<p>Gruss</p>
<p>chris.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/370696</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/370696</guid><dc:creator><![CDATA[cpb]]></dc:creator><pubDate>Sun, 12 Oct 2003 13:14:35 GMT</pubDate></item><item><title><![CDATA[Reply to Linker problem! on Sun, 12 Oct 2003 14:28:12 GMT]]></title><description><![CDATA[<p>Die Bibliothek die</p>
<pre><code class="language-cpp">std::string LeiObject::debug(void) const
</code></pre>
<p>enthält.</p>
<p>Wenn es eine eigene Funktion ist.</p>
<p>Ist es als Template deklariert ?<br />
Ist die .cpp im Projekt eingebunden ?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/370732</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/370732</guid><dc:creator><![CDATA[Knuddlbaer]]></dc:creator><pubDate>Sun, 12 Oct 2003 14:28:12 GMT</pubDate></item></channel></rss>