RE: libpq and Visual C++

From: Magnus Hagander <mha(at)sollentuna(dot)net>
To: 'Gerhard Häring' <gerhard(dot)nospam(at)bigfoot(dot)de>, pgsql-ports(at)postgresql(dot)org
Subject: RE: libpq and Visual C++
Date: 2001-01-19 13:46:28
Message-ID: 215896B6B5E1CF11BC5600805FFEA821048015FB@sirius.edu.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

One reason for that happening is that you need to use WSAStartup() in your
program in order to initialize Winsock. This is required if you use the
*static* version of libpq (libpq.lib). If you use the DLL version
(libpqdll.lib), it *should* handle WSAStartup() itself.

//Magnus

> -----Original Message-----
> From: Gerhard Häring [mailto:gerhard(dot)nospam(at)bigfoot(dot)de]
> Sent: den 19 januari 2001 10:25
> To: pgsql-ports(at)postgresql(dot)org
> Subject: Re: [PORTS] libpq and Visual C++
>
>
> This does not work for me. I have built like this, but get 'host not
> found' errors on the connect method. Even for IP numbers. Is this a
> known bug? Any hints?
>
> Perhaps you can try this, Teddy, and report back if it works for you.
>
> Gerhard
>
> Magnus Hagander wrote:
> >
> > > Hi
> > >
> > > Is there somebody who uses libpq with Visual C++ 6
> > >
> > > How to build libpq.dll ?
> > cd into "src\interfaces\libpq" and run "nmake /f
> win32.mak". If you run
> > "nmake /f win32.mak" in the root directory, you will get
> both libpq and
> > psql.exe.
> >
> > For more details, check
> >
http://www.postgresql.org/users-lounge/docs/7.0/admin/install-win32.htm
>
> //Magnus

--
Sorry for the fake email, please use the real one below to reply.
contact: g e r h a r d @ b i g f o o t . d e
web: http://highqualdev.com

Browse pgsql-ports by date

  From Date Subject
Next Message Bruce Momjian 2001-01-19 21:48:40 Re: [PATCH]: Building PostgreSQL 7.0.2 on Cygwin 1.1.4 (Take 2)
Previous Message Yutaka tanida 2001-01-19 12:19:34 Re: (Cygwin) postmaster shutdown problem