<?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[kann VCL.H nicht finden?]]></title><description><![CDATA[<p>Ich habe folgendes Problem.<br />
Ich erstelle ein formular und speichere dieses als Projekt ab. Wenn ich das Projekt compilieren möchte bzw. starten möchte kommt immer die fehlermeldung:</p>
<pre><code>[C++ Fehler] mediaplay3.cpp(3): E2209 include-Datei 'VCL.H' kann nicht geöffnet werden.
</code></pre>
<pre><code>#include &lt;vcl.h&gt;
#pragma hdrstop
USERES(&quot;mediaplay3.res&quot;);
USEFORM(&quot;main.cpp&quot;, Form1);
//---------------------------------------------------------------------------
WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int)
{
        try
        {
                 Application-&gt;Initialize();
                 Application-&gt;CreateForm(__classid(TForm1), &amp;Form1);
                 Application-&gt;Run();
        }
        catch (Exception &amp;exception)
        {
                 Application-&gt;ShowException(&amp;exception);
        }
        return 0;
}
//---------------------------------------------------------------------------
</code></pre>
<p>kann mir jemand weiterhelfen und sagen woran das liegen könnte?</p>
<p>danke im voraus.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/115828/kann-vcl-h-nicht-finden</link><generator>RSS for Node</generator><lastBuildDate>Thu, 23 Jul 2026 15:28:49 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/115828.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 19 Jul 2005 13:28:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to kann VCL.H nicht finden? on Tue, 19 Jul 2005 13:28:06 GMT]]></title><description><![CDATA[<p>Ich habe folgendes Problem.<br />
Ich erstelle ein formular und speichere dieses als Projekt ab. Wenn ich das Projekt compilieren möchte bzw. starten möchte kommt immer die fehlermeldung:</p>
<pre><code>[C++ Fehler] mediaplay3.cpp(3): E2209 include-Datei 'VCL.H' kann nicht geöffnet werden.
</code></pre>
<pre><code>#include &lt;vcl.h&gt;
#pragma hdrstop
USERES(&quot;mediaplay3.res&quot;);
USEFORM(&quot;main.cpp&quot;, Form1);
//---------------------------------------------------------------------------
WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int)
{
        try
        {
                 Application-&gt;Initialize();
                 Application-&gt;CreateForm(__classid(TForm1), &amp;Form1);
                 Application-&gt;Run();
        }
        catch (Exception &amp;exception)
        {
                 Application-&gt;ShowException(&amp;exception);
        }
        return 0;
}
//---------------------------------------------------------------------------
</code></pre>
<p>kann mir jemand weiterhelfen und sagen woran das liegen könnte?</p>
<p>danke im voraus.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/834373</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/834373</guid><dc:creator><![CDATA[tom883]]></dc:creator><pubDate>Tue, 19 Jul 2005 13:28:06 GMT</pubDate></item><item><title><![CDATA[Reply to kann VCL.H nicht finden? on Tue, 19 Jul 2005 13:31:44 GMT]]></title><description><![CDATA[<p>überprüfe mal unter Project-&gt;Optionen-&gt;Verzeichnisse/Bedingungen die Pfade</p>
]]></description><link>https://www.c-plusplus.net/forum/post/834377</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/834377</guid><dc:creator><![CDATA[BigNeal]]></dc:creator><pubDate>Tue, 19 Jul 2005 13:31:44 GMT</pubDate></item><item><title><![CDATA[Reply to kann VCL.H nicht finden? on Tue, 19 Jul 2005 13:36:06 GMT]]></title><description><![CDATA[<p>ich habe folgendes dadrin stehen. und meiner meinung müßte dies auch richtig sein.</p>
<p>include Pfad.</p>
<pre><code>$(BCB)\include;$(BCB)\include\vcl
</code></pre>
<p>bibliothek:</p>
<pre><code>$(BCB)\lib\obj;$(BCB)\lib;$(BCB)\bin
</code></pre>
<p>pfad debugger:</p>
<pre><code>$(BCB)\source\vcl
</code></pre>
<p>anderen leer</p>
<p>bedingungen.</p>
<pre><code>_DEBUG
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/834380</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/834380</guid><dc:creator><![CDATA[tom883]]></dc:creator><pubDate>Tue, 19 Jul 2005 13:36:06 GMT</pubDate></item><item><title><![CDATA[Reply to kann VCL.H nicht finden? on Tue, 19 Jul 2005 13:41:59 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>hast du denn schon mal geschaut, das die Datei <strong>vcl.h</strong> auch wirklich im Verzeichnis <strong>$(BCB)\include\vcl</strong> vorhanden ist?</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/834386</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/834386</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Tue, 19 Jul 2005 13:41:59 GMT</pubDate></item><item><title><![CDATA[Reply to kann VCL.H nicht finden? on Tue, 19 Jul 2005 13:46:50 GMT]]></title><description><![CDATA[<p>Ist das vielleicht ein Projekt, dass mit einer neueren Version erstellt wurde, als die, mit der Du es bearbeiten willst? z.B erstellt mit BCB 6 und einfach im BCB 5 geöffnet?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/834392</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/834392</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Tue, 19 Jul 2005 13:46:50 GMT</pubDate></item><item><title><![CDATA[Reply to kann VCL.H nicht finden? on Tue, 19 Jul 2005 13:48:21 GMT]]></title><description><![CDATA[<p>leider auch nicht. ich erstelle das neue projekt mit borland 5.</p>
<p>vorher ging es auch schon. doch plötzlich nicht mehr. obwohl ich nichts geeändert habe. irgendwie komisch.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/834396</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/834396</guid><dc:creator><![CDATA[tom883]]></dc:creator><pubDate>Tue, 19 Jul 2005 13:48:21 GMT</pubDate></item><item><title><![CDATA[Reply to kann VCL.H nicht finden? on Tue, 19 Jul 2005 13:56:48 GMT]]></title><description><![CDATA[<p>kurioserweise tritt das auf, wenn ich ein projekt in einem anderen Verzeichnis außer Borland speichern möchte. ging zuvor aber auch schon.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/834402</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/834402</guid><dc:creator><![CDATA[tom883]]></dc:creator><pubDate>Tue, 19 Jul 2005 13:56:48 GMT</pubDate></item></channel></rss>