<?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 Error - Undefined symbol (war: Was bedeutet dieser fehler?)]]></title><description><![CDATA[<p>Hi hab schon wieder ne ganz dumme frage aba ok hier ist sie:</p>
<p>Diese zeile makiert er als fehler:<br />
RunApplication(FileName.c_str(), 0);</p>
<p>und dieser fehler wird angezeigt:<br />
[Linker Error]Undefined symbol RunApplication(const char*,const char*)referenced from C:\...\SDMANAGER.OBJ.</p>
<p>Was bedeutet das?<br />
Ich vermute mal das bei RunApplication() irgendwas undeffiniert ist aber was?<br />
Hier die definition:<br />
void RunApplication(LPCTSTR FileName, LPCTSTR FileParam);</p>
<p><strong>Edit:</strong><br />
Bitte aussagekräftige Überschriften wählen. Danke!</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/164257/linker-error-undefined-symbol-war-was-bedeutet-dieser-fehler</link><generator>RSS for Node</generator><lastBuildDate>Wed, 12 Aug 2026 10:28:30 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/164257.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 06 Nov 2006 15:26:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Linker Error - Undefined symbol (war: Was bedeutet dieser fehler?) on Mon, 06 Nov 2006 18:47:29 GMT]]></title><description><![CDATA[<p>Hi hab schon wieder ne ganz dumme frage aba ok hier ist sie:</p>
<p>Diese zeile makiert er als fehler:<br />
RunApplication(FileName.c_str(), 0);</p>
<p>und dieser fehler wird angezeigt:<br />
[Linker Error]Undefined symbol RunApplication(const char*,const char*)referenced from C:\...\SDMANAGER.OBJ.</p>
<p>Was bedeutet das?<br />
Ich vermute mal das bei RunApplication() irgendwas undeffiniert ist aber was?<br />
Hier die definition:<br />
void RunApplication(LPCTSTR FileName, LPCTSTR FileParam);</p>
<p><strong>Edit:</strong><br />
Bitte aussagekräftige Überschriften wählen. Danke!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1169757</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1169757</guid><dc:creator><![CDATA[stryke]]></dc:creator><pubDate>Mon, 06 Nov 2006 18:47:29 GMT</pubDate></item><item><title><![CDATA[Reply to Linker Error - Undefined symbol (war: Was bedeutet dieser fehler?) on Mon, 06 Nov 2006 15:52:23 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>das bedeutet das die Funktion RunApplication dem Compiler an der genannten Stelle überhaupt nicht bekannt ist. Es fehlt ein entsprechender Include auf die Headerdatei, in dem die Funktion deklariert ist.</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1169781</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1169781</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Mon, 06 Nov 2006 15:52:23 GMT</pubDate></item><item><title><![CDATA[Reply to Linker Error - Undefined symbol (war: Was bedeutet dieser fehler?) on Tue, 07 Nov 2006 14:45:46 GMT]]></title><description><![CDATA[<p>thx.<br />
aber welche include brauch ich da??? <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f615.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--confused_face"
      title=":confused:"
      alt="😕"
    /><br />
hab das nähmlich aus der faq genommen aber dort steht nicht welche include man braucht.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1170518</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1170518</guid><dc:creator><![CDATA[stryke]]></dc:creator><pubDate>Tue, 07 Nov 2006 14:45:46 GMT</pubDate></item><item><title><![CDATA[Reply to Linker Error - Undefined symbol (war: Was bedeutet dieser fehler?) on Tue, 07 Nov 2006 15:10:21 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>Tja, wenn du gleich von Anfang gesagt hättest, wo du <a href="http://www.c-plusplus.net/forum/viewtopic-var-t-is-39256.html" rel="nofollow">das</a> her hast, hätte ich dir auch sagen können, das du nicht eine externe Funktion aufrufst (wie ich angenommen habe), sondern das du natürlich auch die Funktion aus der FAQ mit kopieren must.</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1170535</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1170535</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Tue, 07 Nov 2006 15:10:21 GMT</pubDate></item><item><title><![CDATA[Reply to Linker Error - Undefined symbol (war: Was bedeutet dieser fehler?) on Thu, 09 Nov 2006 16:52:02 GMT]]></title><description><![CDATA[<p>danke</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1171803</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1171803</guid><dc:creator><![CDATA[stryke]]></dc:creator><pubDate>Thu, 09 Nov 2006 16:52:02 GMT</pubDate></item></channel></rss>