> -----Original Message----- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 30 March 2003 17:26 > To: Dave Page; [EMAIL PROTECTED] > 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. ---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives? http://archives.postgresql.org
