Re: libpq.dll

From: Stéphane Pinel <spinel(at)noos(dot)fr>
To: Mathieu Arnold <mat(at)mat(dot)cc>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: libpq.dll
Date: 2003-04-12 17:32:02
Message-ID: AC4C19CA-6D0C-11D7-89EE-000A27AFF5D2@noos.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces


Le samedi, 12 avr 2003, à 19:20 Europe/Paris, Mathieu Arnold a écrit :

>
>
> --Le 12/04/2003 19:16 +0200, Stéphane Pinel écrivait :
>
> | Is there a libpq.dll that I can link to a Visual C++ .Net project
> | exactly the way I do it with libpq on my Darwin box ?
> |
> | Thanks.
>
> I guess you should have a look at :
> <http://gborg.postgresql.org/project/npgsql/projdisplay.php>
>

Thanks

I saw this project but I read:

"Npgsql is implemented in C#"

I just want to use C. To be more specific, I've developed a C client on
Darwin,
using libpq.lib and I would like to re-use my code (calls to libpq C
lib) in a
Visual C++ .Net (Win32) project. The ideal should be to have not much
work
to port it ;-)

But since I'm not a win32 hacker, I would like to know if I can use a
.dll or static
lib that could help me to do that without hacking in a win32
environment that
I don't know.

Regards.

------------------------------------------------------------------------
-------------------------
Stéphane Pinel
------------------------------------------------------------------------
-------------------------

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Mathieu Arnold 2003-04-12 18:14:15 Re: libpq.dll
Previous Message Mathieu Arnold 2003-04-12 17:20:46 Re: libpq.dll