----- Original Message -----
From: "madhtr" <madhtr@schif.org>
To: "Tom Lane" <tgl@sss.pgh.pa.us>
Cc: <pgsql-general@postgresql.org>
Sent: Wednesday, February 14, 2007 22:33
Subject: Re: [GENERAL] pqlib in c++: PQconnectStart PQconnectPoll
>> Another line of thought, given the reading-between-the-lines conclusion
>> that you are trying to use PG 7.3 libraries on Windows, is that there
>> was something broken in the async-connect code back then on that
>> platform. If you really are trying to do that, do yourself a favor and
>> move to 8.0 or later. Nobody's going to be very interested in fixing
>> 7.3. (I did try your program with 7.3 on Unix, though, and it seemed
>> fine except the error message was spelled a bit differently.)
>>
>
> Ty, I'll check that ... :)
>
Rats ... my source version is 8.2.3, psql returns 8.1.4 for select
version();
back to the drawing board ... It worked for you, I just have to make it work
for me ... mebbe I'll go through the source a bit, ty:)
madhtr