asian_cutey_genius wrote:
> in OS X
>
> when I run a test app via Terminal or via Finder compiled with DB4.02 it gives an error. I'm
> including links to a screenshot and the project file.
>
> screenshot: http://geocities.com/asian_cutey_genius/images/db4error.jpg
>
> project file: http://geocities.com/asian_cutey_genius/images/DB4test.zip
>
I think you need to add this line to your OnInit:
wxImage::AddHandler( new wxJPEGHandler );
otherwise it's not going to know how to load JPEG files.
Regards,
Julian
.