Re: can't compile

Поиск
Список
Период
Сортировка
От Andreas Pflug
Тема Re: can't compile
Дата
Msg-id 3E8651A2.8060503@web.de
обсуждение исходный текст
Ответ на Re: can't compile  ("Dave Page" <dpage@vale-housing.co.uk>)
Список 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 по дате отправления:

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: can't compile
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: can't compile