<?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[Prob mit Linker]]></title><description><![CDATA[<p>Ich hab da ein Problem :<br />
Ich hab 2 Dateien (jewals Quellcode , keine Headers)<br />
Und die eine (Main.cpp) soll ein Objekt der Klass GraphDX anlegen und verwalten.<br />
Soweit kein Problem , außer der folgenden Fehlermeldung :</p>
<p>Main.obj : warning LNK4006: &quot;public: __thiscall GraphDX::GraphDX(void)&quot; (??0GraphDX@@QAE@XZ) bereits in DXGraph.obj definiert</p>
<p>Was soll den das nu bedeuten ?<br />
Ich habdas ganze wie folgt gecodet :<br />
#include &quot;DXGraphics.cpp&quot;<br />
class Game<br />
{<br />
private :<br />
GraphDX * Graph ;<br />
}</p>
<p>Funktion()<br />
{<br />
Graph = new GraphDX();<br />
}</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/6085/prob-mit-linker</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Apr 2026 14:50:52 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/6085.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 09 Jun 2003 16:20:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Prob mit Linker on Mon, 09 Jun 2003 16:20:00 GMT]]></title><description><![CDATA[<p>Ich hab da ein Problem :<br />
Ich hab 2 Dateien (jewals Quellcode , keine Headers)<br />
Und die eine (Main.cpp) soll ein Objekt der Klass GraphDX anlegen und verwalten.<br />
Soweit kein Problem , außer der folgenden Fehlermeldung :</p>
<p>Main.obj : warning LNK4006: &quot;public: __thiscall GraphDX::GraphDX(void)&quot; (??0GraphDX@@QAE@XZ) bereits in DXGraph.obj definiert</p>
<p>Was soll den das nu bedeuten ?<br />
Ich habdas ganze wie folgt gecodet :<br />
#include &quot;DXGraphics.cpp&quot;<br />
class Game<br />
{<br />
private :<br />
GraphDX * Graph ;<br />
}</p>
<p>Funktion()<br />
{<br />
Graph = new GraphDX();<br />
}</p>
]]></description><link>https://www.c-plusplus.net/forum/post/29518</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/29518</guid><dc:creator><![CDATA[ZimmerTho]]></dc:creator><pubDate>Mon, 09 Jun 2003 16:20:00 GMT</pubDate></item><item><title><![CDATA[Reply to Prob mit Linker on Mon, 09 Jun 2003 16:39:00 GMT]]></title><description><![CDATA[<p>Hallo.</p>
<p>Also ich sehe an dem Code bloß, dass man NIE Quellcodedateien includiert!<br />
(Ich hatte mal ein kleines Spiel mit VC6, da hatte ich irgendwie rekursiv was zuviel includiert und im Endeffekt rund 4.000 Fehler erhalten! <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /> )</p>
<p>MfG<br />
Happosai</p>
]]></description><link>https://www.c-plusplus.net/forum/post/29519</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/29519</guid><dc:creator><![CDATA[Sanji]]></dc:creator><pubDate>Mon, 09 Jun 2003 16:39:00 GMT</pubDate></item></channel></rss>