Re: can't compile

From: Andreas Pflug <Andreas(dot)Pflug(at)web(dot)de>
To: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>, pgadmin-hackers(at)postgresql(dot)org
Subject: Re: can't compile
Date: 2003-03-30 02:08:34
Message-ID: 3E8651A2.8060503@web.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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.

My last non-debug binary is downloadable at
www.pse-consulting.de/pgadmin3/pgadmin3.zip

Regards,

Andreas

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Andreas Pflug 2003-03-30 16:26:14 Re: Non-debug pgAdmin III builds
Previous Message Dave Page 2003-03-29 08:44:46 Re: can't compile