On 02/12/10 11.55, herbert breunung wrote:
so it seems to be an issue of current wx libs,
the constants that make trouble are most of these:
&Wx::wxSTC_MARKNUM_FOLDER,
&Wx::wxSTC_MARK_BOXPLUS,
wxSTC_MARKNUM_FOLDEREND,
&Wx::wxSTC_MARK_BOXPLUSCONNECTED,
wxSTC_MARKNUM_FOLDEROPEN,
&Wx::wxSTC_MARK_BOXMINUS,
Wx::wxSTC_MARKNUM_FOLDEROPENMID,
&Wx::wxSTC_MARK_BOXMINUSCONNECTED,
Wx::wxSTC_MARKNUM_FOLDERMIDTAIL,
&Wx::wxSTC_MARK_TCORNER,
Wx::wxSTC_MARKNUM_FOLDERTAIL,
&Wx::wxSTC_MARK_LCORNER,
Wx::wxSTC_MARKNUM_FOLDERSUB,
&Wx::wxSTC_MARK_VLINE,
hope it helps
Could you print the values of these constants as reported by wxPerl,
and the output of "strings /path/to/STC.so"?
Regards,
Mattia