follow up on libpq problem

From: Brian Eldridge <beldri(at)runesoft(dot)com>
To: PostgreSQL Interfaces <pgsql-interfaces(at)postgresql(dot)org>
Subject: follow up on libpq problem
Date: 1999-03-13 01:40:23
Message-ID: 36E9C207.407DDCAA@runesoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Mental note: If you're using Win32's, link to libpqdll.lib, not
libpq.lib.
When I changed the lib I was linking to, everything worked fine.
Apparently libpq.lib doesn't initialize WinSock, so the gethostbyname()
call wasn't working.

Thanks to everyone for your help.

Browse pgsql-interfaces by date

  From Date Subject
Next Message Matthew Hagerty 1999-03-13 02:49:41 [off-topic] Database normalization, can't be done!
Previous Message Michael Davis 1999-03-12 22:08:18 RE: [INTERFACES] DefineIndex fails