I'm trying to use some jpeg/gif/png pics in staticbitmaps but i need the right handler, but using wxImage::AddHandler (new wxJPEGHandler) a linker error comes:
[Linker error] undefined reference to `jpeg_resync_to_restart' [Linker error] undefined reference to `jpeg_std_error' [Linker error] undefined reference to `jpeg_finish_compress' [Linker error] undefined reference to `jpeg_destroy_compress'
and lots of them... i've tried installing the new imagepack, but useless... please help!!!