MacArthur, Ian (SELEX) (UK) wrote:
>> void mexFunction( int nlhs, mxArray *plhs[],
>> int nrhs, const mxArray *prhs[] ){
>>
>> SimpleWindow win(300,200,"SimpleWindow");
>>
>> Fl::run();
>>
>
>
> I wonder if it would help to call Fl::flush() at this point before you
> expire?
> Probably a long shot...
>
Yeah, that did it. Thank you very much._______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

