Re: [INTERFACES] Naming of the PostreSQL ODBC .dll file
От | Byron Nikolaidis |
---|---|
Тема | Re: [INTERFACES] Naming of the PostreSQL ODBC .dll file |
Дата | |
Msg-id | 3537B7F6.2D47134E@insightdist.com обсуждение исходный текст |
Ответ на | Naming of the PostreSQL ODBC .dll file ("Julia A.Case" <julie@hub.org>) |
Ответы |
Re: [INTERFACES] Naming of the PostreSQL ODBC .dll file
Re: [INTERFACES] Naming of the PostreSQL ODBC .dll file |
Список | pgsql-interfaces |
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! Byron Julia A.Case wrote: > I can understand why you changed the name of the DLL to > psqlodbc.dll the trouble with that though is it gives no sense of 16 vs 32 > bit .dll. The podbc32.dll did such... Can we agree on a *32.dll name? > And this weekend when I'm working on everything else I have I'll do a > *16.dll > > Julie > > -- > [ Julia Anne Case ] [ Ships are safe inside the harbor, ] > [Programmer at large] [ but is that what ships are really for. ] > [ Admining Linux ] [ To thine own self be true. ] > [ Windows/WindowsNT ] [ Fair is where you take your cows to be judged. ]
В списке pgsql-interfaces по дате отправления: