[wx 2.6.3.3, gentoo linux GTK,
GCC 3.4.6 ] wxImageHandler GetName() unicode bug
Gábor Szuromi
kukkerman at gmail.com
Thu Feb 15 04:37:59 PST 2007
Hi!
I run into a bug in the wxGTK 2.6.3.3 unicode build concerning
wxImageHandler. When I acquire the list of image handlers the length
of the string returned by GetName() or GetExtension() methods of a
handler class is usually 1 and only contains only the first character
of the string returned in the ansi build. The only exception is the
tiff image handler where everything works fine. I looked at the source
code and realized that the body of the constructor of the tiff image
handler class is in a cpp file while the others are in header files.
It's not a unicode -> ansi conversion error because it worked
perfectly in the 2.6.3.2 version.
Gabe
More information about the wx-users
mailing list