>> btw: the hello-world programm doesn't work for me in your video
>
> If you can supply details about what didn't work, I can try
> add comments in the webpage about what changes are needed
> for the newer compilers.
That's the code (I think I typed everything correctly):
#include <FL/Fl.H>
#include <FL/Fl_Window.H>
int main()
{
Fl_Window win(720,486);
win.show();
return FL::run();
}
And that's the log:
------ Erstellen gestartet: Projekt: hello-welt-test, Konfiguration: Debug
Win32 ------
Kompilieren...
hello-world.cpp
c:\dokumente und einstellungen\gamer-os\eigene dateien\visual studio
2008\projects\project1\hello-welt-test\hello-welt-test\hello-world.cpp(8) :
error C2653: 'FL': Keine Klasse oder Namespace
c:\dokumente und einstellungen\gamer-os\eigene dateien\visual studio
2008\projects\project1\hello-welt-test\hello-welt-test\hello-world.cpp(8) :
error C3861: "run": Bezeichner wurde nicht gefunden.
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)
========== Erstellen: 0 erfolgreich, Fehler bei 1, 0 aktuell, 0 übersprungen
==========
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk