Dave Page wrote:

Hi Keith,

If you do a release build of pgAdmin III in VC++, does it crash horribly
on your system? In previous versions of wxWindows, I found it crashed
when leaving one particular function (for absolutely no reason that I
could find - it was literally on the closing brace!). I tried it again
today with wx 2.4.0, and now it seems to crash on any treeview
selection.

I'm a bit stumped as this only happens in the release build. Any ideas?

Regards, Dave.

-----Original Message-----
From: Andreas Pflug [mailto:[EMAIL PROTECTED] Sent: 30 March 2003 03:09
To: Dave Page; [EMAIL PROTECTED]
Subject: Re: [pgadmin-hackers] can't compile



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.

Regards,
Andreas


---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly

Reply via email to