From: | John R Pierce <pierce(at)hogranch(dot)com> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org, cihansengul(at)gmail(dot)com |
Subject: | Re: About Wince App |
Date: | 2011-12-09 20:49:51 |
Message-ID: | 4EE2746F.5000703@hogranch.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
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
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2011-12-10 08:26:13 | Re: LIKE predicate and ERROR: 42P22: could not determine which collation to use for string comparison - HINT: Use the COLLATE clause ... |
Previous Message | Kevin Grittner | 2011-12-09 20:38:22 | Re: About Wince App |