<?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 meinen Quellcode nicht mehr öffnen!]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich hab da ein sehr merkwürdiges Problem... Ich hab aus versehen mein Projekt umbenannt und jetzt wo ich es öffnen will kommt nur der winapi mist... die headerdatei kann ich öffnen aber wenn ich meinen Quellcode öffnen will, kommt nich mein Code sondern das hier mit Fehler:</p>
<pre><code>//---------------------------------------------------------------------------

#include &lt;vcl.h&gt;
#pragma hdrstop
//---------------------------------------------------------------------------
WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int)
{
        try
        {
                 Application-&gt;Initialize();
                 Application-&gt;Title = &quot;Aggressator&quot;;
                 Application-&gt;CreateForm(__classid(TForm1), &amp;Form1);
                 Application-&gt;Run();
        }
        catch (Exception &amp;exception)
        {
                 Application-&gt;ShowException(&amp;exception);
        }
        catch (...)
        {
                 try
                 {
                         throw Exception(&quot;&quot;);
                 }
                 catch (Exception &amp;exception)
                 {
                         Application-&gt;ShowException(&amp;exception);
                 }
        }
        return 0;
}
</code></pre>
<p>Ist mein Code irgendwie gelöscht worden oder wo ist er ?</p>
<p>MFG</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/176182/kann-meinen-quellcode-nicht-mehr-öffnen</link><generator>RSS for Node</generator><lastBuildDate>Sat, 15 Aug 2026 04:29:46 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/176182.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 18 Mar 2007 18:21:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Kann meinen Quellcode nicht mehr öffnen! on Sun, 18 Mar 2007 18:21:40 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich hab da ein sehr merkwürdiges Problem... Ich hab aus versehen mein Projekt umbenannt und jetzt wo ich es öffnen will kommt nur der winapi mist... die headerdatei kann ich öffnen aber wenn ich meinen Quellcode öffnen will, kommt nich mein Code sondern das hier mit Fehler:</p>
<pre><code>//---------------------------------------------------------------------------

#include &lt;vcl.h&gt;
#pragma hdrstop
//---------------------------------------------------------------------------
WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int)
{
        try
        {
                 Application-&gt;Initialize();
                 Application-&gt;Title = &quot;Aggressator&quot;;
                 Application-&gt;CreateForm(__classid(TForm1), &amp;Form1);
                 Application-&gt;Run();
        }
        catch (Exception &amp;exception)
        {
                 Application-&gt;ShowException(&amp;exception);
        }
        catch (...)
        {
                 try
                 {
                         throw Exception(&quot;&quot;);
                 }
                 catch (Exception &amp;exception)
                 {
                         Application-&gt;ShowException(&amp;exception);
                 }
        }
        return 0;
}
</code></pre>
<p>Ist mein Code irgendwie gelöscht worden oder wo ist er ?</p>
<p>MFG</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1247914</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1247914</guid><dc:creator><![CDATA[Gustav]]></dc:creator><pubDate>Sun, 18 Mar 2007 18:21:40 GMT</pubDate></item><item><title><![CDATA[Reply to Kann meinen Quellcode nicht mehr öffnen! on Sun, 18 Mar 2007 18:51:14 GMT]]></title><description><![CDATA[<p>Hmmmm, umbenannt also *grübel*<br />
Ich würde mal den Project-Manager öffnen. Wenn der &quot;leer&quot; ist, dann mußt Du über &quot;Add To Project ...&quot; (Menu-&gt;Project) die Dateien noch einmal hinzufügen. Oder falls alles da ist, probier mal: Datei aus Projekt rausschmeißen und wieder neu hinzufügen.<br />
Gruß,<br />
Christian</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1247933</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1247933</guid><dc:creator><![CDATA[Christian Sonder]]></dc:creator><pubDate>Sun, 18 Mar 2007 18:51:14 GMT</pubDate></item><item><title><![CDATA[Reply to Kann meinen Quellcode nicht mehr öffnen! on Sun, 18 Mar 2007 19:02:45 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>danke für die schnelle Antwort, das Problem besteht weiterhin! Die Datei (.cpp) wo eigentlich mein Code sein sollte ist jetzt der &quot;winapi mist&quot;. Als wäre mein Code dadurch ersetzt worden. Das kann doch echt net sein... Mein ganzer Code weg ?!?</p>
<p>PS: Im Papierkorb oder sonst wo (auf der Fesolatte) ist auch nix, als hätte ich den Code überschrieben...</p>
<p>MFG<br />
Gustav</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1247943</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1247943</guid><dc:creator><![CDATA[Gustav]]></dc:creator><pubDate>Sun, 18 Mar 2007 19:02:45 GMT</pubDate></item><item><title><![CDATA[Reply to Kann meinen Quellcode nicht mehr öffnen! on Sun, 18 Mar 2007 19:20:12 GMT]]></title><description><![CDATA[<p>Hallo Gustav</p>
<blockquote>
<p>PS: Im Papierkorb oder sonst wo (auf der Fesolatte) ist auch nix, als hätte ich den Code überschrieben...</p>
</blockquote>
<p>Vielleicht findest du sie noch als &quot;DeineUnit.~cpp&quot; in deinem Projektverzeichniss.</p>
<p>MfG Schlumpi</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1247960</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1247960</guid><dc:creator><![CDATA[Schlumpi]]></dc:creator><pubDate>Sun, 18 Mar 2007 19:20:12 GMT</pubDate></item><item><title><![CDATA[Reply to Kann meinen Quellcode nicht mehr öffnen! on Sun, 18 Mar 2007 19:47:33 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>nein nichts! Ich werde wohl Systemwiederherstellung machen müssen :()</p>
<p>Danke</p>
<p>MFG</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1247974</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1247974</guid><dc:creator><![CDATA[Gustav]]></dc:creator><pubDate>Sun, 18 Mar 2007 19:47:33 GMT</pubDate></item><item><title><![CDATA[Reply to Kann meinen Quellcode nicht mehr öffnen! on Sun, 18 Mar 2007 20:02:16 GMT]]></title><description><![CDATA[<p>mit der Systemwiederherstellung kann man verlorengegangene Daten zurückbekommen? wusst ich noch ganich... dachte das wär nur für Windows Dateien und Einstellungen</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1247983</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1247983</guid><dc:creator><![CDATA[snOOfy]]></dc:creator><pubDate>Sun, 18 Mar 2007 20:02:16 GMT</pubDate></item><item><title><![CDATA[Reply to Kann meinen Quellcode nicht mehr öffnen! on Sun, 18 Mar 2007 20:03:48 GMT]]></title><description><![CDATA[<p>... Nein anscheinend nicht... Problem besteht weiteerhin :&gt;</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1247986</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1247986</guid><dc:creator><![CDATA[Gustav]]></dc:creator><pubDate>Sun, 18 Mar 2007 20:03:48 GMT</pubDate></item><item><title><![CDATA[Reply to Kann meinen Quellcode nicht mehr öffnen! on Sun, 18 Mar 2007 20:13:06 GMT]]></title><description><![CDATA[<p>Wie ich das sehe, besteht dein Problem darin, dass deine Quelltextdatei unrettbar verloren ist und du anscheinend auch nie eine Sicherheitskopie gemacht hast (was du dir angewöhnen solltest, toller Tipp, ich weiß).<br />
Was erwartest du jetzt von uns?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1247991</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1247991</guid><dc:creator><![CDATA[snOOfy]]></dc:creator><pubDate>Sun, 18 Mar 2007 20:13:06 GMT</pubDate></item><item><title><![CDATA[Reply to Kann meinen Quellcode nicht mehr öffnen! on Sun, 18 Mar 2007 21:18:00 GMT]]></title><description><![CDATA[<p>Danke das werd ich mir ab sofort angewöhnen!</p>
<p>MFG</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1248023</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1248023</guid><dc:creator><![CDATA[Gustav]]></dc:creator><pubDate>Sun, 18 Mar 2007 21:18:00 GMT</pubDate></item><item><title><![CDATA[Reply to Kann meinen Quellcode nicht mehr öffnen! on Sun, 18 Mar 2007 21:21:32 GMT]]></title><description><![CDATA[<p>Aus dem Projektnamen erzeugt der BCB eine projektname.cpp, in der eben der &quot;winapi mist&quot; steht.<br />
Du hast bei der Umbenennung vermutlich denselben Namen für das Projekt verwendet, den schon deine Haupt-Unit trug, und somit wurde letztere überschrieben.</p>
<p>An den Code kommst du ohne Sicherheitskopie mit Bordmitteln nicht mehr ran.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1248029</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1248029</guid><dc:creator><![CDATA[Jansen]]></dc:creator><pubDate>Sun, 18 Mar 2007 21:21:32 GMT</pubDate></item><item><title><![CDATA[Reply to Kann meinen Quellcode nicht mehr öffnen! on Sun, 18 Mar 2007 21:22:42 GMT]]></title><description><![CDATA[<p>Und nach wie vor ist meine Frage nach dem &quot;umbenannten&quot; Projekt unbeantwortet. Wie heißt es denn jetzt und vor allem wie heißt es denn vorher? Schon mal unter &quot;AlterProjektname.cpp&quot; geguckt?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1248030</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1248030</guid><dc:creator><![CDATA[Christian Sonder]]></dc:creator><pubDate>Sun, 18 Mar 2007 21:22:42 GMT</pubDate></item><item><title><![CDATA[Reply to Kann meinen Quellcode nicht mehr öffnen! on Sun, 18 Mar 2007 21:41:09 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>Das Programm heisst &quot;Aggressator&quot; vorher hab ich es &quot;AggressatorProj&quot; genannt und hab es deswegen wahrscheinlich überschreiben! Ja hab schon alles durchgeguckt nix da <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--disappointed_face"
      title=":("
      alt="😞"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1248045</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1248045</guid><dc:creator><![CDATA[Gustav]]></dc:creator><pubDate>Sun, 18 Mar 2007 21:41:09 GMT</pubDate></item><item><title><![CDATA[Reply to Kann meinen Quellcode nicht mehr öffnen! on Mon, 19 Mar 2007 08:46:10 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>Mal ne ganze andere Frage ... wie hast du es umbenannt?? Und welche Datei genau hast du umbenannt .. die .bpr (Was ja dein eigentliches Projekt wäre)?</p>
<p>mfg, Micha</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1248165</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1248165</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Mon, 19 Mar 2007 08:46:10 GMT</pubDate></item></channel></rss>