<?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 Fehler  LNK2001]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich hab mal wieder bei meinem Programm Fehler beim Linken <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--disappointed_face"
      title=":("
      alt="😞"
    /><br />
Ich kann mit diesen Fehlermeldungen nicht allzuviel anfangen:</p>
<pre><code>&quot;main.obj : error LNK2001: Nichtaufgeloestes externes Symbol &quot;public: static class std::list&lt;char,class std::allocator&lt;char&gt; &gt; __cdecl StringlistHelper::stringToListchar(class std::basic_string&lt;char,struct std::char_traits&lt;char&gt;,class std::allocator&lt;
char&gt; &gt;)&quot; (?stringToListchar@StringlistHelper@@SA?AV?$list@DV?$allocator@D@std@@@std@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@@Z)
main.obj : error LNK2001: Nichtaufgeloestes externes Symbol &quot;public: class std::basic_string&lt;char,struct std::char_traits&lt;char&gt;,class std::allocator&lt;char&gt; &gt; __thiscall TreeGenerator::generateTree(int)&quot; (?generateTree@TreeGenerator@@QAE?AV?$basic_str
ing@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@Z)
main.obj : error LNK2001: Nichtaufgeloestes externes Symbol &quot;public: __thiscall TreeGenerator::TreeGenerator(class std::basic_string&lt;char,struct std::char_traits&lt;char&gt;,class std::allocator&lt;char&gt; &gt;,class std::basic_string&lt;char,struct std::char_traits
&lt;char&gt;,class std::allocator&lt;char&gt; &gt;)&quot; (??0TreeGenerator@@QAE@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@0@Z)
Debug/bvlprg.exe : fatal error LNK1120: 3 unaufgeloeste externe Verweise&quot;
</code></pre>
<p>Dabei versuche ich einen String in eine Liste bestehend aus Zeichen zu erstellen.<br />
Danke für die Hilfe</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/183534/linker-fehler-lnk2001</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Apr 2026 00:59:55 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/183534.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 05 Jun 2007 21:04:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Linker Fehler  LNK2001 on Wed, 06 Jun 2007 04:10:37 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich hab mal wieder bei meinem Programm Fehler beim Linken <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--disappointed_face"
      title=":("
      alt="😞"
    /><br />
Ich kann mit diesen Fehlermeldungen nicht allzuviel anfangen:</p>
<pre><code>&quot;main.obj : error LNK2001: Nichtaufgeloestes externes Symbol &quot;public: static class std::list&lt;char,class std::allocator&lt;char&gt; &gt; __cdecl StringlistHelper::stringToListchar(class std::basic_string&lt;char,struct std::char_traits&lt;char&gt;,class std::allocator&lt;
char&gt; &gt;)&quot; (?stringToListchar@StringlistHelper@@SA?AV?$list@DV?$allocator@D@std@@@std@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@@Z)
main.obj : error LNK2001: Nichtaufgeloestes externes Symbol &quot;public: class std::basic_string&lt;char,struct std::char_traits&lt;char&gt;,class std::allocator&lt;char&gt; &gt; __thiscall TreeGenerator::generateTree(int)&quot; (?generateTree@TreeGenerator@@QAE?AV?$basic_str
ing@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@Z)
main.obj : error LNK2001: Nichtaufgeloestes externes Symbol &quot;public: __thiscall TreeGenerator::TreeGenerator(class std::basic_string&lt;char,struct std::char_traits&lt;char&gt;,class std::allocator&lt;char&gt; &gt;,class std::basic_string&lt;char,struct std::char_traits
&lt;char&gt;,class std::allocator&lt;char&gt; &gt;)&quot; (??0TreeGenerator@@QAE@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@0@Z)
Debug/bvlprg.exe : fatal error LNK1120: 3 unaufgeloeste externe Verweise&quot;
</code></pre>
<p>Dabei versuche ich einen String in eine Liste bestehend aus Zeichen zu erstellen.<br />
Danke für die Hilfe</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1299628</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1299628</guid><dc:creator><![CDATA[Stephan_lernt_C++]]></dc:creator><pubDate>Wed, 06 Jun 2007 04:10:37 GMT</pubDate></item><item><title><![CDATA[Reply to Linker Fehler  LNK2001 on Tue, 05 Jun 2007 23:09:36 GMT]]></title><description><![CDATA[<p>Schließ das bitte mal in Code Tags ein...ich mein ich bin schon müde aber wenn ich das sehe <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f62e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_open_mouth"
      title=":open_mouth:"
      alt="😮"
    /><br />
Abgesehen davon fehlen dir wohl einige bibliotheken !<br />
Was hastdu für libs eingebunden?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1299669</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1299669</guid><dc:creator><![CDATA[Kuldren]]></dc:creator><pubDate>Tue, 05 Jun 2007 23:09:36 GMT</pubDate></item><item><title><![CDATA[Reply to Linker Fehler  LNK2001 on Wed, 06 Jun 2007 06:02:01 GMT]]></title><description><![CDATA[<p>Ich würde sagen die Konstruktoren für die Klasse TreeGenerator fehlen!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1299710</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1299710</guid><dc:creator><![CDATA[Martin Richter]]></dc:creator><pubDate>Wed, 06 Jun 2007 06:02:01 GMT</pubDate></item></channel></rss>