<?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[Fehler : Mehrdeutigkeit zwischen &#x27;TColor&#x27; und &#x27;Graphics::TColor&#x27;]]></title><description><![CDATA[<p>Hallo</p>
<p>ich habe folgendes Problem, habe mir eine Komponente geschrieben wo ein Tcolor deklariert ist. Jetzt ist nun meine Klasse von TgraphicControl abgeleitet und der Compiler bringt immer an Tcolor einen Mehrdeutigkeitsfehler. Danke im Voraus.</p>
<pre><code class="language-cpp">class PACKAGE TAllFarbe : public TGraphicControl
{
  private:
      TColor FontColor1;
      void __fastcall TAllFarbe::SetStdFarbe(TColor Value);
 protected:
      virtual void __fastcall Paint();
 __published:
      __property TColor StandartFarbe= {read=FontColor1, write=SetStdFarbe};
   public:
      __fastcall TAllFarbe(TComponent* Owner);
      __fastcall ~TAllFarbe(){}
};
</code></pre>
<p>Fehlermeldung:</p>
<p>[C++ Fehler] UmyFarben.h(20): E2015 Mehrdeutigkeit zwischen 'TColor' und 'Graphics::TColor'</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/167876/fehler-mehrdeutigkeit-zwischen-tcolor-und-graphics-tcolor</link><generator>RSS for Node</generator><lastBuildDate>Thu, 13 Aug 2026 09:21:09 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/167876.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 15 Dec 2006 21:07:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Fehler : Mehrdeutigkeit zwischen &#x27;TColor&#x27; und &#x27;Graphics::TColor&#x27; on Fri, 15 Dec 2006 21:07:47 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>ich habe folgendes Problem, habe mir eine Komponente geschrieben wo ein Tcolor deklariert ist. Jetzt ist nun meine Klasse von TgraphicControl abgeleitet und der Compiler bringt immer an Tcolor einen Mehrdeutigkeitsfehler. Danke im Voraus.</p>
<pre><code class="language-cpp">class PACKAGE TAllFarbe : public TGraphicControl
{
  private:
      TColor FontColor1;
      void __fastcall TAllFarbe::SetStdFarbe(TColor Value);
 protected:
      virtual void __fastcall Paint();
 __published:
      __property TColor StandartFarbe= {read=FontColor1, write=SetStdFarbe};
   public:
      __fastcall TAllFarbe(TComponent* Owner);
      __fastcall ~TAllFarbe(){}
};
</code></pre>
<p>Fehlermeldung:</p>
<p>[C++ Fehler] UmyFarben.h(20): E2015 Mehrdeutigkeit zwischen 'TColor' und 'Graphics::TColor'</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1192710</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1192710</guid><dc:creator><![CDATA[cesa]]></dc:creator><pubDate>Fri, 15 Dec 2006 21:07:47 GMT</pubDate></item><item><title><![CDATA[Reply to Fehler : Mehrdeutigkeit zwischen &#x27;TColor&#x27; und &#x27;Graphics::TColor&#x27; on Fri, 15 Dec 2006 21:25:00 GMT]]></title><description><![CDATA[<p>Dann spezifiziere eben explizit, welches TColor du brauchst, entweder das globale mittels ::TColor oder Graphics::TColor .</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1192720</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1192720</guid><dc:creator><![CDATA[audacia]]></dc:creator><pubDate>Fri, 15 Dec 2006 21:25:00 GMT</pubDate></item><item><title><![CDATA[Reply to Fehler : Mehrdeutigkeit zwischen &#x27;TColor&#x27; und &#x27;Graphics::TColor&#x27; on Fri, 15 Dec 2006 21:45:57 GMT]]></title><description><![CDATA[<p>ich benötige das globale, aber weiß nicht wie man das angibt</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1192729</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1192729</guid><dc:creator><![CDATA[cesa]]></dc:creator><pubDate>Fri, 15 Dec 2006 21:45:57 GMT</pubDate></item><item><title><![CDATA[Reply to Fehler : Mehrdeutigkeit zwischen &#x27;TColor&#x27; und &#x27;Graphics::TColor&#x27; on Fri, 15 Dec 2006 21:52:29 GMT]]></title><description><![CDATA[<p>lies es noch einmal, sam:</p>
<p>audacia schrieb:</p>
<blockquote>
<p>Dann spezifiziere eben explizit, welches TColor du brauchst, entweder das globale mittels ::TColor oder Graphics::TColor .</p>
</blockquote>
]]></description><link>https://www.c-plusplus.net/forum/post/1192732</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1192732</guid><dc:creator><![CDATA[junix]]></dc:creator><pubDate>Fri, 15 Dec 2006 21:52:29 GMT</pubDate></item><item><title><![CDATA[Reply to Fehler : Mehrdeutigkeit zwischen &#x27;TColor&#x27; und &#x27;Graphics::TColor&#x27; on Fri, 15 Dec 2006 22:04:47 GMT]]></title><description><![CDATA[<p>::TColor FontColor1;<br />
wenn ich das so mache wird mir immer noch der gleiche Fehler angezeigt</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1192736</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1192736</guid><dc:creator><![CDATA[cesa]]></dc:creator><pubDate>Fri, 15 Dec 2006 22:04:47 GMT</pubDate></item></channel></rss>