<?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[Probleme mit embedded Visual C 4.0]]></title><description><![CDATA[<p>Ich fang gerade mit dem Programmieren von embedded Visual C 4.0 an und hab Probleme beim compilieren. Jedes mal wenn ich folgende Source kompiliere kommt diese Fehlermeldung: Build Subsystem failed to build files. Und dann wird der Debug Vorgang abgebroche. Wäre nett wenn mir jemand dazu eine Antwort geben könnte.<br />
MfG Buddy</p>
<pre><code class="language-cpp">#include &quot;stdafx.h&quot;
int WINAPI WinMain(	HINSTANCE hInstance,
					HINSTANCE hPrevInstance,
					LPTSTR    lpCmdLine,
					int       nCmdShow)
{
 	// TODO: Place code here.
	int iA,iZahlen;
	printf(&quot;Wieviel Zahlen wollen Sie eingeben)&quot;);
	scanf(&quot;%d&quot;,&amp;iZahlen);
	for(iA=0;iA&lt;=iZahlen;iA++)
	{
		printf(&quot;%d.Zahl = %d&quot;,iA,iA);
	}
	return 0;
}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/topic/65304/probleme-mit-embedded-visual-c-4-0</link><generator>RSS for Node</generator><lastBuildDate>Fri, 05 Jun 2026 07:54:43 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/65304.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 18 Feb 2004 10:15:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Probleme mit embedded Visual C 4.0 on Wed, 18 Feb 2004 10:15:22 GMT]]></title><description><![CDATA[<p>Ich fang gerade mit dem Programmieren von embedded Visual C 4.0 an und hab Probleme beim compilieren. Jedes mal wenn ich folgende Source kompiliere kommt diese Fehlermeldung: Build Subsystem failed to build files. Und dann wird der Debug Vorgang abgebroche. Wäre nett wenn mir jemand dazu eine Antwort geben könnte.<br />
MfG Buddy</p>
<pre><code class="language-cpp">#include &quot;stdafx.h&quot;
int WINAPI WinMain(	HINSTANCE hInstance,
					HINSTANCE hPrevInstance,
					LPTSTR    lpCmdLine,
					int       nCmdShow)
{
 	// TODO: Place code here.
	int iA,iZahlen;
	printf(&quot;Wieviel Zahlen wollen Sie eingeben)&quot;);
	scanf(&quot;%d&quot;,&amp;iZahlen);
	for(iA=0;iA&lt;=iZahlen;iA++)
	{
		printf(&quot;%d.Zahl = %d&quot;,iA,iA);
	}
	return 0;
}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/461869</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/461869</guid><dc:creator><![CDATA[Buddy]]></dc:creator><pubDate>Wed, 18 Feb 2004 10:15:22 GMT</pubDate></item></channel></rss>