Re: can't compile - Mailing list pgadmin-hackers

From Andreas Pflug
Subject Re: can't compile
Date
Msg-id 3E8651A2.8060503@web.de
Whole thread Raw
In response to Re: can't compile  ("Dave Page" <dpage@vale-housing.co.uk>)
List 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


pgadmin-hackers by date:

Previous
From: "Dave Page"
Date:
Subject: Re: can't compile
Next
From: "Dave Page"
Date:
Subject: Re: can't compile