"No image handler for type 15 defined."
RN
nospam at nowaynomail.nu
Wed May 16 05:01:29 PDT 2007
Hi,
I'm using wxWidgets 2.8.3
I get "No image handler for type 15 defined." when running my
application under OS X 10.3.9 but not under OS X 10.4.9 (both Intel and PPC
works fine).
Works fine on Windows as well.
I've added the
wxImage::AddHandler( new wxPNGHandler);
in ::OnInit(),
and also tried
wxInitAllImageHandlers();
which makes no difference
I've built the libraries as Universal binaries targetting 10.3 with the
10.3.9 SDK, GCC 3.3 for the PPC side.
Basically I'm using the Xcode project that comes width wxWidgets 2.8.3 and
just modified it to build for 10.3 on the PPC side.
Everything else works fine when I run the my aplication on 10.3.9
Any ideas? It would be nice to be able to run on 10.3 as well
Thanks,
Rolf
More information about the wx-users
mailing list