Re: [INTERFACES] Naming of the PostreSQL ODBC .dll file

From: The Hermit Hacker <scrappy(at)hub(dot)org>
To: Byron Nikolaidis <byronn(at)insightdist(dot)com>
Cc: "Julia A(dot)Case" <julie(at)hub(dot)org>, pgsql-interfaces(at)postgreSQL(dot)org
Subject: Re: [INTERFACES] Naming of the PostreSQL ODBC .dll file
Date: 1998-04-18 03:39:29
Message-ID: Pine.BSF.3.96.980418003824.302G-100000@thelab.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Fri, 17 Apr 1998, Byron Nikolaidis wrote:

> Julia,
>
> That was one of the biggest changes with this driver. It no longer supports
> 16 bit windows. All the messy Dummy Handle Lists that used to be mainted were
> eliminated and now the handle is the pointer to the structure for all the
> Statement functions. The old driver used GlobalAlloc and GlobalLock to handle
> 16 bit because the pointer returned by malloc may be moved and is not
> sufficient to be used for a handle. In 32 bit windows, you can safely use
> malloc.
>
> Our web site explains this.
>
> I sure hope this driver doesn't have to support 16 bit!

Hrmmm...just curious, but how many users were lost because of
*this* decision?? Doesn't this sort of assume that *everyone* is running
Win95 or greater?

That's sort of like saying we don't support AIX 3.5 cause AIX 4.1
is out and does things a bit cleaner/differently :(

Marc G. Fournier
Systems Administrator @ hub.org
primary: scrappy(at)hub(dot)org secondary: scrappy(at){freebsd|postgresql}.org

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message The Hermit Hacker 1998-04-18 03:41:12 Re: [INTERFACES] Naming of the PostreSQL ODBC .dll file
Previous Message Vince Vielhaber 1998-04-18 03:39:01 Re: [INTERFACES] Naming of the PostreSQL ODBC .dll file