Re: [pgadmin-hackers] Patch for EDB binary path not set by default.

2013-11-18 Thread Dinesh Kumar
On Mon, Nov 18, 2013 at 1:32 PM, Ashesh Vashi wrote: > On Mon, Nov 11, 2013 at 12:27 PM, Dinesh Kumar < > dinesh.ku...@enterprisedb.com> wrote: > >> Hi Ashesh, >> >> Sorry for the huge delay on this. >> >> Please find the updated patch for this issue. >> > Checked-in with small change. > >> >> Th

Re: [pgadmin-hackers] Patch for EDB binary path not set by default.

2013-11-18 Thread Ashesh Vashi
On Mon, Nov 11, 2013 at 12:27 PM, Dinesh Kumar < dinesh.ku...@enterprisedb.com> wrote: > Hi Ashesh, > > Sorry for the huge delay on this. > > Please find the updated patch for this issue. > Checked-in with small change. > > Thanks. > > Dinesh > > -- > *Dinesh Kumar* > Software Engineer > > Ph: +9

Re: [pgadmin-hackers] Patch for EDB binary path not set by default.

2013-11-10 Thread Dinesh Kumar
Hi Ashesh, Sorry for the huge delay on this. Please find the updated patch for this issue. Thanks. Dinesh -- *Dinesh Kumar* Software Engineer Ph: +918087463317 Skype ID: dinesh.kumar432 www.enterprisedb.co m *Follow us on Twitter*

Re: [pgadmin-hackers] Patch for EDB binary path not set by default.

2013-10-30 Thread Dinesh Kumar
Thanks Ashesh. Let me send new patch as per the suggested changes. Dinesh -- *Dinesh Kumar* Software Engineer Ph: +918087463317 Skype ID: dinesh.kumar432 www.enterprisedb.co m * Follow us on Twitter* @EnterpriseDB Visit EnterpriseDB

Re: [pgadmin-hackers] Patch for EDB binary path not set by default.

2013-10-30 Thread Ashesh Vashi
As per your comments, you first need to check - it is 64 bit windows or not, and then check it is 32 bit pgAdmin III. Hence - the code should look like something like this: *if (::wxIsPlatform64Bit() && programFiles == programFilesX86)* *{* *...* * pgRegKey *pgKey = pgRegKey::OpenRegKey(HKEY_

Re: [pgadmin-hackers] Patch for EDB binary path not set by default.

2013-10-29 Thread Dave Page
Ashesh - can you review/commit this please? I'm swamped at the moment. Thanks. On Mon, Oct 14, 2013 at 10:13 AM, Dinesh Kumar wrote: > Hi Dave, > > Thanks for your valuable inputs. > > On Fri, Oct 11, 2013 at 7:05 PM, Dave Page wrote: >> >> Hi >> >> >> On Wed, Oct 9, 2013 at 2:12 PM, Dinesh Kuma

Re: [pgadmin-hackers] Patch for EDB binary path not set by default.

2013-10-14 Thread Dinesh Kumar
Hi Dave, Thanks for your valuable inputs. On Fri, Oct 11, 2013 at 7:05 PM, Dave Page wrote: > Hi > > > On Wed, Oct 9, 2013 at 2:12 PM, Dinesh Kumar < > dinesh.ku...@enterprisedb.com> wrote: > >> Hi Dave/Team, >> >> When we install a 32-bit pgAdmin-III in a windows 64-bit machine, which >> is al

Re: [pgadmin-hackers] Patch for EDB binary path not set by default.

2013-10-11 Thread Dave Page
Hi On Wed, Oct 9, 2013 at 2:12 PM, Dinesh Kumar wrote: > Hi Dave/Team, > > When we install a 32-bit pgAdmin-III in a windows 64-bit machine, which is > already having the 64-bit EnterpriseDB database installed, then EDB binary > path not set to by default. > > Further to my observation, below is

[pgadmin-hackers] Patch for EDB binary path not set by default.

2013-10-09 Thread Dinesh Kumar
Hi Dave/Team, When we install a 32-bit pgAdmin-III in a windows 64-bit machine, which is already having the 64-bit EnterpriseDB database installed, then EDB binary path not set to by default. Further to my observation, below is the mechanism how the pgAdmin looks for the PPAS binary path. A) Rea