Thread: Compiled libpq 7.3.2./7.3.3 for windows
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 !
Dear Darko Prenosil. ----- Original Message ----- From: "Darko Prenosil" <Darko.Prenosil@finteh.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
On Tuesday 29 July 2003 02:12, Hiroshi Saito wrote: > Dear Darko Prenosil. > > ----- Original Message ----- > From: "Darko Prenosil" <Darko.Prenosil@finteh.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 !