Compiled libpq 7.3.2./7.3.3 for windows

Lists: pgadmin-hackers
From: "Darko Prenosil" <Darko(dot)Prenosil(at)finteh(dot)hr>
To: <pgadmin-hackers(at)postgresql(dot)org>
Subject: Compiled libpq 7.3.2./7.3.3 for windows
Date: 2003-07-27 19:44:17
Message-ID: 003c01c35477$953ed430$0682bfd5@darko
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-hackers

I finally have working copy of pgadmin III builded with MinGW.
Unfortunately I don't have Visual C, so I can't build libpq.
Currently I'm using 7.1 version of libpq downloaded with pgAccess.
Does anyone know where I can download compiled version for 7.3.2/7.3.3 ?
I would like to try build with newer version.

Regards !


From: "Hiroshi Saito" <saito(at)inetrt(dot)skcapi(dot)co(dot)jp>
To: "Darko Prenosil" <Darko(dot)Prenosil(at)finteh(dot)hr>
Cc: <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Compiled libpq 7.3.2./7.3.3 for windows
Date: 2003-07-29 00:12:55
Message-ID: 019201c35566$28d18230$1f324d80@w2k
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-hackers

Dear Darko Prenosil.

----- Original Message -----
From: "Darko Prenosil" <Darko(dot)Prenosil(at)finteh(dot)hr>

> I finally have working copy of pgadmin III builded with MinGW.
> Unfortunately I don't have Visual C, so I can't build libpq.
> Currently I'm using 7.1 version of libpq downloaded with pgAccess.
> Does anyone know where I can download compiled version for 7.3.2/7.3.3 ?
> I would like to try build with newer version.

Oh It is wonderful.

The thing which did Make with VC6 for client of Windows was prepared for.
http://cre-ent.skcapi.co.jp/~saito/pgadmin3/postgresql-7.3.4_win32_client.zi
p

This contains all the things of 7.3REL (stable) from yesterday's cvs.

Regards,
Hiroshi-Saito


From: Darko Prenosil <darko(dot)prenosil(at)finteh(dot)hr>
To: <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Compiled libpq 7.3.2./7.3.3 for windows
Date: 2003-07-29 07:56:15
Message-ID: 200307290956.15600.darko.prenosil@finteh.hr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-hackers

On Tuesday 29 July 2003 02:12, Hiroshi Saito wrote:
> Dear Darko Prenosil.
>
> ----- Original Message -----
> From: "Darko Prenosil" <Darko(dot)Prenosil(at)finteh(dot)hr>
>
> > I finally have working copy of pgadmin III builded with MinGW.
> > Unfortunately I don't have Visual C, so I can't build libpq.
> > Currently I'm using 7.1 version of libpq downloaded with pgAccess.
> > Does anyone know where I can download compiled version for 7.3.2/7.3.3 ?
> > I would like to try build with newer version.
>
> Oh It is wonderful.
>
> The thing which did Make with VC6 for client of Windows was prepared for.
> http://cre-ent.skcapi.co.jp/~saito/pgadmin3/postgresql-7.3.4_win32_client.z
>i p
>
> This contains all the things of 7.3REL (stable) from yesterday's cvs.
>
Thanks, I'll download it later today.
Regards !