[pgadmin-hackers] Compilation on Windows

2004-09-21 Thread Alexander Borkowski
Dear all, I am trying to build 1.2.0 beta1 on Windows XP with MSVC++ 6.0 and after a while am almost there (I think). Everything compiles fine, but linking fails with the following error pgAdmin3.obj : error LNK2001: unresolved external symbol _SSL_version_str Unicode_SSL_Release/pgAdmin3.exe :

Re: [pgadmin-hackers] CVS Commit by andreas: todo update

2004-09-21 Thread Andreas Pflug
Dave Page wrote: I'd rather not prevent the user from shooting his own foot in quite such a nannying way, but on a more general theme, what about having a bunch of tips in appropriate places to help the newbie? Yup, let's collect candidates. Each one could have it's own 'don't show me this again'

[pgadmin-hackers] CVS Commit by andreas: todo update

2004-09-21 Thread cvs
Log Message: --- todo update Modified Files: -- pgadmin3: TODO.txt (r1.114 -> r1.115) Index: TODO.txt === RCS file: /projects/pgadmin3/TODO.txt,v retrieving revision 1.114 retrieving revision 1.115 dif

Re: [pgadmin-hackers] Mac Language and _()

2004-09-21 Thread Andreas Pflug
Adam H. Pendleton wrote: Okay, removing the language files did the trick, Good for the start, so this is a separated issue. This is hopefully reproducable using a wx sample. though I still get the assert. Now the program runs but there are some minor problems. For starters, the "Cancel" butto

Re: [pgadmin-hackers] just a question ..

2004-09-21 Thread Andreas Pflug
Diego A. Gil wrote: Hi, anybody knows what is that variable for : in src/schema/pgObject.cpp: bool dontQuote=false; If you don't object I'll remove that line... Regards, Andreas ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

Re: [pgadmin-hackers] pgAdmin3 on Mac

2004-09-21 Thread Adam H . Pendleton
On Sep 21, 2004, at 10:05 AM, Dave Page wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adam H.Pendleton Sent: 21 September 2004 14:21 To: pgadmin-hackers Subject: [pgadmin-hackers] pgAdmin3 on Mac So I've gotten pgAdmin3 to run on the Mac, but I'm

Re: [pgadmin-hackers] Mac Language and _()

2004-09-21 Thread Andreas Pflug
Adam H.Pendleton wrote: I've isolated the pgAdmin3 crash on Mac: listViews->AddPage(properties, _("Properties"));// NBP_PROPERTIES This fails, but this: listViews->AddPage(properties, wxT("Properties"));// NBP_PROPERTIES succeeds, so clearly there is something amiss with the unicod

[pgadmin-hackers] Mac Language and _()

2004-09-21 Thread Adam H . Pendleton
I've isolated the pgAdmin3 crash on Mac: listViews->AddPage(properties, _("Properties"));// NBP_PROPERTIES This fails, but this: listViews->AddPage(properties, wxT("Properties"));// NBP_PROPERTIES succeeds, so clearly there is something amiss with the unicode/translation stuff.

Re: [pgadmin-hackers] Further Mac woes

2004-09-21 Thread Andreas Pflug
Adam H.Pendleton wrote: The program crashes on the "int len = strlen(buf)" because buf = NULL This is evel. wxString.mb_str has nothing to do with languages. It converts a UCS2 or UCS4 string, i.e. the one-word-per-character (16 or 32 bit) Unicode representation (Linux/GTK is 32 bit, OSX probabl

[pgadmin-hackers] Further Mac woes

2004-09-21 Thread Adam H . Pendleton
Okay, from my last post you can see that pgAdmin3 isn't doing a good job of selecting my default language. Now, when I continue after the assert dialog, the program crashes with this backtrace: #0 0x90006e40 in strlen () #1 0x1286296c in wxMacStringToPascal(wxString const&, unsigned char*) (

[pgadmin-hackers] Further Mac woes

2004-09-21 Thread Adam H . Pendleton
Okay, from my last post you can see that pgAdmin3 isn't doing a good job of selecting my default language. Now, when I continue after the assert dialog, the program crashes with this backtrace: #0 0x90006e40 in strlen () #1 0x1286296c in wxMacStringToPascal(wxString const&, unsigned char*) (

Re: [pgadmin-hackers] pgAdmin3 on Mac

2004-09-21 Thread Andreas Pflug
Dave Page wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adam H.Pendleton Sent: 21 September 2004 14:21 To: pgadmin-hackers Subject: [pgadmin-hackers] pgAdmin3 on Mac So I've gotten pgAdmin3 to run on the Mac, but I'm having some problems.

Re: [pgadmin-hackers] pgAdmin3 on Mac

2004-09-21 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Adam H.Pendleton > Sent: 21 September 2004 14:21 > To: pgadmin-hackers > Subject: [pgadmin-hackers] pgAdmin3 on Mac > > So I've gotten pgAdmin3 to run on the Mac, but I'm having > some problems.

[pgadmin-hackers] pgAdmin3 on Mac

2004-09-21 Thread Adam H . Pendleton
So I've gotten pgAdmin3 to run on the Mac, but I'm having some problems. For starters I had to change where all the resources are located, since Mac puts them in a specific location. Now, when I startup I see the attached error. Shouldn't the assert message look different? In other words, s

Re: [pgadmin-hackers] CVS Commit by andreas: todo update

2004-09-21 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 20 September 2004 17:43 > To: Dave Page > Cc: [EMAIL PROTECTED]; Andreas Pflug > Subject: Re: [pgadmin-hackers] CVS Commit by andreas: todo update > > Dave Page wrote: > > > > > > > >>-Original Message