On Wed, Apr 05, 2006 at 09:32:29PM +0200, Rhialto wrote: > - wxSize(80, -1), 0, NULL); > + wxSize(80, -1), 0, (const wxString *)NULL); This probably means that something redefined NULL - I guess it would be better to find the cause instead of working around the symptom (but maybe I'm missing something). Martin