Anyone using Turbo C++ Prof or BDS 2006 ?
Vadim Zeitlin
vadim at wxwindows.org
Tue Apr 3 13:47:01 PDT 2007
On Tue, 3 Apr 2007 13:15:29 -0700 Guru Kathiresan <gururamnath at yahoo.com> wrote:
GK> > Very strange. The only reason I can see for this crash is that static
GK> > timeLock mutex is not initialized. But why wouldn't it be initialized is
GK> > not clear... Do you use wx as a DLL? If so, does the crash still happen if
GK> > you use a static build?
GK>
GK> Hi Vadim,
GK> I'm using a static build. I used the cmd,
GK>
GK> make -f makefile.bcc BUILD=debug MONOLITHIC=1 USE_OPENGL=1
GK> RUNTIME_LIBS=static USE_RTTI=0 USE_EXCEPTIONS=1
GK>
GK> to build the libraries.
Last question: what if you add USE_THREADS=0 to the build, does it fix the
problem?
Also, do you have a debugger in BDS 2006? If so, can you check if the
contents of the mutex looks reasonable under it?
Thanks,
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/
More information about the wx-users
mailing list