Hi,
I have a problem with the adding images to my app.
Fluid embeds the entire image into an array and while compiling I get an "static
unsigned char *" error.
I use mingw to compile btw. Without the image it will work.
This is the code it generates:
{ Fl_Box* o = new Fl_Box(20, 120, 100, 95);
o->image(image_imageName);
} // Fl_Box* o
How can I turn this into something else or at least working code?
Like another way to add/embed my image into my app.
And how can I make a simple fltk::message popup, with only an OK button and so I
display text.
The fltk::message from the FLTK documentation wasn't clear.
Thanks.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk