<?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[Wo steckt hier der Fehler?]]></title><description><![CDATA[<p>Ich habe nach einem Tutorial ein Programm geschrieben, und exakt den Quellcode übernommen. Das Programm ist zwar noch nicht vollständig, aber es sollte so weit funktionieren, jedoch gibt mir der Compiler Fehlermeldungen aus. Danke im Voraus, vielleicht kann mir ja jemand helfen.<br />
(Ich poste nur den relevanten Bereich)</p>
<pre><code class="language-cpp">private: System::Void button1_Click(System::Object^  sender, System::EventArgs^  e) {
				 int i1;
				System:Random randgen;
				 i1 = randgen.Next (6) + 1;
				 this-&gt;label1-&gt;Text = i1.ToString();
				 this-&gt;pictureBox1-&gt;Visible = false;
				 this-&gt;pictureBox2-&gt;Visible = false;
				 this-&gt;pictureBox3-&gt;Visible = false;
				 this-&gt;pictureBox4-&gt;Visible = false;
				 this-&gt;pictureBox5-&gt;Visible = false;
				 this-&gt;pictureBox6-&gt;Visible = false;

			 }
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/topic/277978/wo-steckt-hier-der-fehler</link><generator>RSS for Node</generator><lastBuildDate>Tue, 25 Aug 2026 15:31:54 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/277978.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 27 Nov 2010 15:05:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Wo steckt hier der Fehler? on Sat, 27 Nov 2010 15:05:03 GMT]]></title><description><![CDATA[<p>Ich habe nach einem Tutorial ein Programm geschrieben, und exakt den Quellcode übernommen. Das Programm ist zwar noch nicht vollständig, aber es sollte so weit funktionieren, jedoch gibt mir der Compiler Fehlermeldungen aus. Danke im Voraus, vielleicht kann mir ja jemand helfen.<br />
(Ich poste nur den relevanten Bereich)</p>
<pre><code class="language-cpp">private: System::Void button1_Click(System::Object^  sender, System::EventArgs^  e) {
				 int i1;
				System:Random randgen;
				 i1 = randgen.Next (6) + 1;
				 this-&gt;label1-&gt;Text = i1.ToString();
				 this-&gt;pictureBox1-&gt;Visible = false;
				 this-&gt;pictureBox2-&gt;Visible = false;
				 this-&gt;pictureBox3-&gt;Visible = false;
				 this-&gt;pictureBox4-&gt;Visible = false;
				 this-&gt;pictureBox5-&gt;Visible = false;
				 this-&gt;pictureBox6-&gt;Visible = false;

			 }
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1986726</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1986726</guid><dc:creator><![CDATA[TheRyco]]></dc:creator><pubDate>Sat, 27 Nov 2010 15:05:03 GMT</pubDate></item><item><title><![CDATA[Reply to Wo steckt hier der Fehler? on Sat, 27 Nov 2010 15:07:24 GMT]]></title><description><![CDATA[<p>Und wieso genau kannst du uns die Fehlermeldungen nicht mitteilen?</p>
<p>Das ist übrigens C++/CLI, kein Standard-C++.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1986727</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1986727</guid><dc:creator><![CDATA[Nexus]]></dc:creator><pubDate>Sat, 27 Nov 2010 15:07:24 GMT</pubDate></item><item><title><![CDATA[Reply to Wo steckt hier der Fehler? on Sat, 27 Nov 2010 15:07:50 GMT]]></title><description><![CDATA[<p>TheRyco schrieb:</p>
<blockquote>
<p>Wo steckt hier der Fehler?</p>
</blockquote>
<p>überall.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1986728</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1986728</guid><dc:creator><![CDATA[ich glaube]]></dc:creator><pubDate>Sat, 27 Nov 2010 15:07:50 GMT</pubDate></item><item><title><![CDATA[Reply to Wo steckt hier der Fehler? on Sat, 27 Nov 2010 15:08:44 GMT]]></title><description><![CDATA[<p>Sry vergessen.<br />
Hier ist das Log:</p>
<pre><code>1&gt;------ Erstellen gestartet: Projekt: Würfeln, Konfiguration: Debug Win32 ------
1&gt;Kompilieren...
1&gt;Würfeln.cpp
1&gt;d:\programmieren\hello world\würfeln\würfeln\Form1.h(184) : error C2039: 'pictureBox6': Ist kein Element von 'Würfeln::Form1'
1&gt;        d:\programmieren\hello world\würfeln\würfeln\Form1.h(22): Siehe Deklaration von 'Würfeln::Form1'
1&gt;d:\programmieren\hello world\würfeln\würfeln\Form1.h(184) : error C2227: Links von &quot;-&gt;Visible&quot; muss sich ein Zeiger auf Klassen-/Struktur-/Union-/generischen Typ befinden.
1&gt;Das Buildprotokoll wurde unter &quot;file://d:\Programmieren\Hello World\Würfeln\Würfeln\Debug\BuildLog.htm&quot; gespeichert.
1&gt;Würfeln - 2 Fehler, 0 Warnung(en)
========== Erstellen: 0 erfolgreich, Fehler bei 1, 0 aktuell, 0 übersprungen ==========
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1986730</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1986730</guid><dc:creator><![CDATA[TheRyco]]></dc:creator><pubDate>Sat, 27 Nov 2010 15:08:44 GMT</pubDate></item><item><title><![CDATA[Reply to Wo steckt hier der Fehler? on Sat, 27 Nov 2010 15:10:23 GMT]]></title><description><![CDATA[<p>Ich habs, hab vergessen ein Bild einzufügen ^^ sry für eure Mühe.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1986731</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1986731</guid><dc:creator><![CDATA[TheRyco]]></dc:creator><pubDate>Sat, 27 Nov 2010 15:10:23 GMT</pubDate></item></channel></rss>