Re: Postgresql unit

From: James Loh <jamesloh(at)neways(dot)com(dot)my>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-interfaces(at)postgresql(dot)org, howe(at)carcass(dot)dhs(dot)org
Subject: Re: Postgresql unit
Date: 2001-06-10 01:15:32
Message-ID: 5.0.2.1.0.20010610091353.01c34ec0@neways.com.my
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Actually, Sergey has done the conversion earlier for Zeos.
Earlier, when I didn't see dlopen, dlsym and dlclose in ZLibPgSql.pas, I
assume that his unit wasn't working. So, I started from first principle.
However, Sergey's unit works.
Obviously, Borland must have wrapped around dlopen, dlsym and dlclose with
LoadLibrary, GetProcAddress and FreeLibrary.

At 06:06 PM 6/9/01 -0400, Bruce Momjian wrote:

>This looks really good. Where should we put this folks?
>
>
>
> > I have successfully converted the Postgresql unit in Zeos to Kylix. There
> > needs to be more testing. So, I am emailling to to this mailing list in
> the
> > hope that more people will use it and also help get Zeos fully
> converted to
> > the Kylix platform.
> >
> > Attached is the unit.
>
>[ Attachment, skipping... ]
>
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 3: if posting/reading through Usenet, please send an appropriate
> > subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> > message can get through to the mailing list cleanly
>
>--
> Bruce Momjian | http://candle.pha.pa.us
> pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
> + If your life is a hard drive, | 830 Blythe Avenue
> + Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Bruce Momjian 2001-06-10 02:48:38 Re: [DOCS] Re: libpq sockets on win32
Previous Message Bruce Momjian 2001-06-09 22:06:56 Re: Postgresql unit