Hi Guys, I'm trying to stabilise my application: I still get too many random segfaults.
When I run my app through valgrind (great tool if you haven't tried it), I still get too many "invalid reads" and "uninitialised values". My current question is what is the second parameter in wxRichTextXMLHandler::DoLoadFile. It is defined as follows: bool DoLoadFile(wxRichTextBuffer* buffer, wxInputStream& stream) But the second parameter does not appear to be mandatory, however without it, valgrind reports an "uninitialised value" error and I'd like to reduce these if at all possible. Your ideas much appreciated. Regards Steve