On 08/04/11 00:43, asif saeed wrote:
> Is there any way to eliminate the fltk command-line options error dialog?

        You can either replace:

                window->show(argc,argv);

        ..with just:

                window->show();

        Or, if you want to be able to pass FLTK arguments along
        with your own, you can use the technique shown in the
        FLTK 1.3.0 examples directory (e.g. examples/howto-parse-args.cxx)
_______________________________________________
fltk mailing list
fltk@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to