On 12/09/11 7:07 AM, Cihan ŞENGÜL wrote:

PostgresqltowinceVS2003applicationsoropen sourcecodefor theDLL,I needsupport.


easily one of the more cryptic requests to cross this bug reporting list lately...

by 'wince', are you referring to Windows CE aka Windows Embedded Compact ?

You're looking for the source code for the libpq client library for postgres so you can compile it to run on WinCE ? That source would be included in the postgresql source tarball, various versions of which are here,
http://www.postgresql.org/ftp/source/

the catch-22 is that libpq is fairly tied to the server build, as it needs to know a lot of stuff about the server, such as data type sizes and layouts. all these things are setup by the "./configure" step. I'm not sure how you'd build a standalone libpq.dll ..

btw, this really isn't a bug report, it probably belongs on the main pgsql-general email list.


--
john r pierce                            N 37, W 122
santa cruz ca                         mid-left coast



--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

Reply via email to