DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2367
Version: 1.1.10


Hi,
I've just started experimenting with FLTK 1.1.10. I am on Windows 7, using
Microsoft VS 2008, and I tried this hello world out:

#include <Fl/Fl.h>
#include <Fl/Fl_Box.h>
#include <Fl/Fl_window.h>

int main()
{
         Fl_Window window(200,200, "Window title");
         Fl_Box box(0,0,200,200,"Hello World!");
         window.show();
         return Fl::run();
}

No mattter what kind of project I use (Console or Win32), or what compile
(Debug or Release), I always end up having an extra Console window next to
the perfectly working Hello World dialog box. Is there anyway to counter
this?

Thanks,
katz


Link: http://www.fltk.org/str.php?L2367
Version: 1.1.10

_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to