Dear All,
Now I try to moving from fltk2.0 to fltk1.3.

>From the point of memory consumption, fltk1.3 is more better than fltk2.0, I 
>think may be I will use fltk1.3 for my future development.

But I have a question about Fl_Shared_Image, my code is like the following:

int main(int argc, char ** argv) {
    fl_register_images();
    Fl_Window *window = new Fl_Window(0, 0, 1280, 800);
    window->image(Fl_Shared_Image::get("test.bmp"));

  window->show(argc,argv);

  return Fl::run();
}

But when I run the program in my arm board, it only display white but not the 
test.bmp. I can sure the test.bmp is in the correct position.

Can anyone tell my why? Thanks.

Best regards,
Leo
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to