On 19 Jan 2008, at 11:43, pushparaj muthu wrote:
>
> I have tried to display bmp image by using this widget
>
> Fl_BMP_Image *img = new Fl_BMP_Image("test.bmp");
>
> While compiling  it throws error message " undefined reference to
> Fl_BMP_Image::Fl_BMP_Image (char const*)".
>
> Which library to link with compilation.

You should study the pixmap_browser demo in the test directory, and  
duplicate what it does in your code. That should give you a working  
base from which you can build.




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

Reply via email to