[wx-dev] some bugs in 2.8.0 on ms windows, using Borland C++ Builder 6/4

Vadim Zeitlin vadim at wxwindows.org
Sun Mar 4 13:25:43 PST 2007


On Sun, 4 Mar 2007 13:22:10 -0800 (PST) lego <oleg_dolomanov at hotmail.com> wrote:

l> I have done some investigation in the problem I am having with the code.
l> Since the wxWidgets source is mainly in macros and I have a large program,
l> the simplest way was to create a hashmap in the program context. 
l> 
l> wxStringToStringHashMap m_headers;
l> 
l> When it is created, it has a NULL table and quite random (uninitalised?)
l> values, like buckets = 22276204... I have called its clear method 

 I don't really understand what do you mean because there is no field named
buckets in wxStringToStringHashMap class AFAICS but if you really get junk
in the object fields immediately after constructing it it's a pretty sure
sign that you don't have a sane build environment and that something was
miscompiled.

 Regards,
VZ





More information about the wx-dev mailing list