Re: Linking Win32 applications with libpq

From: "Merlin Moncure" <merlin(dot)moncure(at)rcsonline(dot)com>
To: "Vidyasagara Guntaka" <vguntaka(at)candera(dot)com>
Cc: <pgsql-hackers-win32(at)postgresql(dot)org>
Subject: Re: Linking Win32 applications with libpq
Date: 2004-09-01 18:41:09
Message-ID: 6EE64EF3AB31D5448D0007DD34EEB3412A7497@Herge.rcsinc.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32

> Hi,
>
> I recently downloaded PostgreSQL native port for Windows. I could not
> find libpq.lib. I am trying to link my win32 application with libpq
> statically. How can I link libpq statically to my application? I
could
> not find libpqdll.lib either to link dynamically. But there is a
> libpq.dll in the distribution.
>
> Thank you very much in advance,
> Sagar.

What's your application build environment? If you are using visual
studio use it to build libpq and it produces a .lib file. Same for
Borland.

Merlin

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Tony and Bryn Reina 2004-09-01 18:48:46 Compiling beta2 with openssl on XP Pro
Previous Message Vidyasagara Guntaka 2004-09-01 18:15:09 Linking Win32 applications with libpq