| From: | "Hiroshi Saito" <saito(at)inetrt(dot)skcapi(dot)co(dot)jp> |
|---|---|
| To: | "Andreas Pflug" <Andreas(dot)Pflug(at)web(dot)de> |
| Cc: | <pgadmin-hackers(at)postgresql(dot)org>, "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk> |
| Subject: | This is strange patch.(ctlComboBox.h) |
| Date: | 2004-10-29 07:26:26 |
| Message-ID: | 044d01c4bd88$9a0c5d40$1f324d80@w2k |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
Hi Andreas.
wxWidgets which is our standard target is in confusion.
I have left behind a problem since that time in FreeBSD.:-(
However, a standard is thought to be here.
http://developer.pgadmin.org/snapshots/wxWidgets/
wxWidgets-pgAdmin3-20040907-2.tar.bz2
The problem that I met with make of the windows was strange.??
It complains that wxGetWindowText isn't found that I don't put this.
Do I forget anything, and lose it?
--- src/include/ctlComboBox.h.orig Fri Oct 29 16:10:27 2004
+++ src/include/ctlComboBox.h Fri Oct 29 16:11:33 2004
@@ -18,6 +18,9 @@
#ifdef __WXMSW__
+
+#include <wx/msw/private.h>
+
class wxComboBoxFix : public wxComboBox
{
public:
Thank you.
regards,
Hiroshi Saito
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Page | 2004-10-29 07:41:14 | Re: This is strange patch.(ctlComboBox.h) |
| Previous Message | Raphaël Enrici | 2004-10-28 20:33:11 | Re: Bug#278644: pgadmin3: 'Log level' frame in |