> -----Original Message-----
> From: Andreas Pflug [mailto:Andreas.Pflug@web.de]
> Sent: 30 March 2003 17:26
> To: Dave Page; pgadmin-hackers@postgresql.org
> Subject: Re: [pgadmin-hackers] Non-debug pgAdmin III builds
>
> >
> > Ok, got it.
> > wxDialog or wxFrame member functions that are used in the event map
> > MUST be declared with a correct argument.
> > OnClose() or OnRefresh() will crash, OnClose(wxCloseEvent&) or
> > OnRefresh(wxCommandEvent&) are ok.
>
>
> Did I miss a message? I don't remember seeing anything about
> compilation
>
>
> problems..
>
>
> Dave,
>
> my reply to 'cant compile' actually was meant for this thread.
>
Ahh, that makes sense.
Nice catch - thanks! I will update my code...
Regards, Dave.