<?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[[Linker Fatal Error] Fatal: Expected a file name:]]></title><description><![CDATA[<p>Moin alle zusammen!<br />
Ich schreibe gerade nen kleines Tool, mit nem CppWebBrowser. Soll nichts großartiges sein, nur nen Paar buttons, wo man zwei server anwählen kann und wo man vor und zurück navigieren kann.<br />
Beim schreiben lief der Browser und alles funktionierte, aber nach dem Speichern kam dann: [Linker Fatal Error] Fatal: Expected a file name:</p>
<p>Woran kann das liegen?</p>
<pre><code class="language-cpp">//---------------------------------------------------------------------------

#include &lt;vcl.h&gt;
#pragma hdrstop

#include &quot;Unit1.h&quot;
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma link &quot;SHDocVw_OCX&quot;
#pragma resource &quot;*.dfm&quot;

TForm1 *Form1;
//---------------------------------------------------------------------------
__fastcall TForm1::TForm1(TComponent* Owner)
    : TForm(Owner)
{
}
//---------------------------------------------------------------------------
void __fastcall TForm1::FormCreate(TObject *Sender)
{
GroupBox1-&gt;Caption=&quot;Google&quot;;
CppWebBrowser1-&gt;Navigate(WideString(&quot;http://www.google.de/&quot;));
}
//---------------------------------------------------------------------------
void __fastcall TForm1::Button1Click(TObject *Sender)
{
GroupBox1-&gt;Caption=&quot;BananaBay&quot;;
CppWebBrowser1-&gt;Navigate(WideString(&quot;http://bananabay.feenix.de/&quot;));
}
//---------------------------------------------------------------------------
void __fastcall TForm1::Button2Click(TObject *Sender)
{
GroupBox1-&gt;Caption=&quot;CocosBay&quot;;
CppWebBrowser1-&gt;Navigate(WideString(&quot;http://cocosbay.feenix.de&quot;));
}
//---------------------------------------------------------------------------
void __fastcall TForm1::Button3Click(TObject *Sender)
{
CppWebBrowser1-&gt;GoBack();
}
//---------------------------------------------------------------------------
void __fastcall TForm1::Button4Click(TObject *Sender)
{
CppWebBrowser1-&gt;GoForward();
}
//---------------------------------------------------------------------------
void __fastcall TForm1::Button5Click(TObject *Sender)
{
CppWebBrowser1-&gt;Refresh();
}
//---------------------------------------------------------------------------
</code></pre>
<p>MFG Aro</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/139244/linker-fatal-error-fatal-expected-a-file-name</link><generator>RSS for Node</generator><lastBuildDate>Sun, 02 Aug 2026 18:22:17 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/139244.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 04 Mar 2006 21:14:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [Linker Fatal Error] Fatal: Expected a file name: on Sat, 04 Mar 2006 21:24:56 GMT]]></title><description><![CDATA[<p>Moin alle zusammen!<br />
Ich schreibe gerade nen kleines Tool, mit nem CppWebBrowser. Soll nichts großartiges sein, nur nen Paar buttons, wo man zwei server anwählen kann und wo man vor und zurück navigieren kann.<br />
Beim schreiben lief der Browser und alles funktionierte, aber nach dem Speichern kam dann: [Linker Fatal Error] Fatal: Expected a file name:</p>
<p>Woran kann das liegen?</p>
<pre><code class="language-cpp">//---------------------------------------------------------------------------

#include &lt;vcl.h&gt;
#pragma hdrstop

#include &quot;Unit1.h&quot;
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma link &quot;SHDocVw_OCX&quot;
#pragma resource &quot;*.dfm&quot;

TForm1 *Form1;
//---------------------------------------------------------------------------
__fastcall TForm1::TForm1(TComponent* Owner)
    : TForm(Owner)
{
}
//---------------------------------------------------------------------------
void __fastcall TForm1::FormCreate(TObject *Sender)
{
GroupBox1-&gt;Caption=&quot;Google&quot;;
CppWebBrowser1-&gt;Navigate(WideString(&quot;http://www.google.de/&quot;));
}
//---------------------------------------------------------------------------
void __fastcall TForm1::Button1Click(TObject *Sender)
{
GroupBox1-&gt;Caption=&quot;BananaBay&quot;;
CppWebBrowser1-&gt;Navigate(WideString(&quot;http://bananabay.feenix.de/&quot;));
}
//---------------------------------------------------------------------------
void __fastcall TForm1::Button2Click(TObject *Sender)
{
GroupBox1-&gt;Caption=&quot;CocosBay&quot;;
CppWebBrowser1-&gt;Navigate(WideString(&quot;http://cocosbay.feenix.de&quot;));
}
//---------------------------------------------------------------------------
void __fastcall TForm1::Button3Click(TObject *Sender)
{
CppWebBrowser1-&gt;GoBack();
}
//---------------------------------------------------------------------------
void __fastcall TForm1::Button4Click(TObject *Sender)
{
CppWebBrowser1-&gt;GoForward();
}
//---------------------------------------------------------------------------
void __fastcall TForm1::Button5Click(TObject *Sender)
{
CppWebBrowser1-&gt;Refresh();
}
//---------------------------------------------------------------------------
</code></pre>
<p>MFG Aro</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1008743</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1008743</guid><dc:creator><![CDATA[Arogarth]]></dc:creator><pubDate>Sat, 04 Mar 2006 21:24:56 GMT</pubDate></item><item><title><![CDATA[Reply to [Linker Fatal Error] Fatal: Expected a file name: on Sat, 04 Mar 2006 21:34:02 GMT]]></title><description><![CDATA[<p>Siehe <a href="http://www.c-plusplus.net/forum/viewtopic.php?t=39305" rel="nofollow">FAQ</a>.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1008754</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1008754</guid><dc:creator><![CDATA[Jansen]]></dc:creator><pubDate>Sat, 04 Mar 2006 21:34:02 GMT</pubDate></item></channel></rss>