"Greg Ercolano" <[email protected]> schrieb im Newsbeitrag
news:[email protected]...
> merlon wrote:
>> And that's the log:
>>
>> ------ Erstellen gestartet: Projekt: hello-welt-test, Konfiguration:
>> Debug Win32 ------
>>
>> [..]
>>
>> Das Buildprotokoll wurde unter "file://c:\Dokumente und
>> Einstellungen\gamer-os\Eigene Dateien\Visual Studio
>> 2008\Projects\Project1\hello-welt-test\hello-welt-test\Debug\BuildLog.htm"
>> gespeichert.
>>
>> hello-welt-test - 2 Fehler, 0 Warnung(en)
>
> According to the above, the info about the build/link line
> will be in that file:
>
> c:\Dokumente und Einstellungen\gamer-os\Eigene Dateien\Visual Studio
> 2008\Projects\Project1\hello-welt-test\hello-welt-test\Debug\BuildLog.htm
>
> ..so please include the contents of that as well.
When I write this:
#include <FL/Fl.H>
#include <FL/Fl_Window.H>
int main()
{
Fl_Window win(720,486);
win.show();
return Fl::run(); // with lowercase "l"
}
it works fine.
The old log was deleted, because it was overwritten of the program-log,
which works now.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk