already in RTTI table
Daniel C. Bastos
dbast0s at yahoo.com.br
Sat Jun 30 09:37:29 PDT 2007
Hi there.
I'm getting this warning when I start my program.
%g++ -o pinky pinky.o console.o fics.o set.o \
board.o canvas.o `wx-config --libs`
%./pinky.exe
12:33:53: Debug: ../src/common/object.cpp(244): assert
"sm_classTable->Get(m_className) == NULL" failed in Register(): Class
"wxComboCtrlBase" already in RTTI table - have you used
IMPLEMENT_DYNAMIC_CLASS() multiple times or linked some object file
twice)?
Pinky v0.5, built on Jun 30 2007 12:20:26
Closing console...
I have not used IMPLEMENT_DYNAMIC_CLASS() and I'm linking as shown
above.
%grep IMPLEMENT_DYNAMIC_CLASS *.h *.cpp
%
%wx-config --version-full
2.8.0.0
%uname -a
MINGW32_NT-5.1 SATURN 1.0.10(0.46/3/2) 2004-03-15 07:17 i686 unknown
Any help is appreciated. Thanks.
More information about the wx-users
mailing list