Looks like it was applied to cvs head on 2003-05-21, 2.4.1 (of
wxwindows) was released on 06-13. It is not in 2.4.1 though, I guess
2.4.1 didn't come from cvs head (cvs confuses me sometimes). At any
rate, here's the patch, enjoy:
http://sourceforge.net/tracker/?group_id=9863&atid=309863&func=detail&aid=74
0071
it is only for tiffs though, so if your problems are related to some
other image library, I'm afraid I can't help you much.
-Mark
···
On Mon, 2003-09-29 at 18:10, Robin Dunn wrote:
Roach, Mark R. wrote:
> On Mon, 2003-09-29 at 17:15, Borges, Emanuel A. wrote:
>
>>How do you suppress the image warnings that occasionally come up
when
>>opening certain images?
>
> [...]
>
>>These image warnings say things like "unknown field with tag foo
>>ignored"
>>and "incorrect count for field foo; tag ignored".
>
>
> I am going to assume these are tiff images... I had the same problem
and
> posted a patch to wxwindows to fix it a while back, I was told it
was
> commited to stable and devel branches, what version are you using?
If it
> is the latest version, then you probably just need to use the normal
> wxLog functions and set your target to do something other than a
popup.
>I think that was applied after 2.4.1 wasn't it? If so then the fix
won't show up until I do the 2.4.2.x release (real soon now.)