Hi (Michael)!
In wx/tarstrm.h there is
int GetTypeFlag() const { return m_TypeFlag; }
but m_TypeFlag is wxChar which is unsigned. I have warning about changing
unsigned to signed and I wonder if I can silencey it with cast or you would
prefer to change int or wxChar in the header other way.
ABX