From: | Igor Korot <ikorot01(at)gmail(dot)com> |
---|---|
To: | John R Pierce <pierce(at)hogranch(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Compatibility of libpg |
Date: | 2017-05-01 23:28:13 |
Message-ID: | CA+FnnTz0iVXUKXbtgmQ=LUDuc=+QR9rbvuROtbsqeHwtANr0dA@mail.gmail.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi, Jihn,
On Mon, May 1, 2017 at 6:33 PM, John R Pierce <pierce(at)hogranch(dot)com> wrote:
> On 5/1/2017 3:08 PM, Igor Korot wrote:
>>
>> Also - I want to create a project inside my MSVC 2010 solution and
>> compile.
>> Is there anything I need besides src/include and src/interface/libpg?
>
>
> if you're using .NET stuff like adodb or oledb, you'll want the npgsql .net
> stuff for postgres.
>
> if you're directly calling libpq functions, libpq.dll and libpq-fe.h should
> be all you need, along with the couple .h files libpq-fe references, afaik,
> thats just pg_config_ext.h and postgres_ext.h
Like I said, I don't have dll, I downloaded a source files and would
like to compile
the code myself from the MSVC.
And I will use libpg calls directly.
Thank you.
>
>
> --
> john r pierce, recycling bits in santa cruz
>
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
From | Date | Subject | |
---|---|---|---|
Next Message | Max Wang | 2017-05-01 23:29:42 | Re: all serial type was changed to 1 |
Previous Message | Rob Sargent | 2017-05-01 23:23:38 | Re: all serial type was changed to 1 |