Re: [ODBC] [PATCHES] patch win32.mak of libpq

2007-08-03 Thread Hiroshi Saito
Hi Magnus. I'm sorry lateness of a reaction.. Thanks! P.S) Inoue-san is busy and worsens condition. Regards, Hiroshi Saito Ok. Just to be clear, do you need MSVC7.1 support, or do you need win32.mak/nmake support? I realize they both work here, but if we changed something else that needed MSV

Re: [PATCHES] patch win32.mak of libpq

2007-08-03 Thread Magnus Hagander
On Fri, Jul 27, 2007 at 10:01:06PM +0200, Magnus Hagander wrote: > Hiroshi Saito wrote: > Ok. So there are actually two ways to go about it: > 1) Discontinue support for MSVC6 and require MSVC8 > > 2) Change it so that MSVC6 can still build libpq, just not with SSPI > suppo

Re: [PATCHES] patch win32.mak of libpq

2007-07-27 Thread Magnus Hagander
Hiroshi Saito wrote: Ok. So there are actually two ways to go about it: 1) Discontinue support for MSVC6 and require MSVC8 2) Change it so that MSVC6 can still build libpq, just not with SSPI support. This can be done by conditionally enabling ENABLE_SSPI, so it's

Re: [PATCHES] patch win32.mak of libpq

2007-07-26 Thread Hiroshi Saito
Oops, An expressional mistake. As for PostgreSQL CVS HEAD(8.3beta). libpq is created by MinGW (gcc). As for psqlODBC CVS HEAD(08.02.0402) (linked SECUR32.dll) SECUR32.dll link is libpq.dll. SECUR32.dll does not link to psqlodbc35w.dll Regards, Hiroshi Saito ---(end

Re: [PATCHES] patch win32.mak of libpq

2007-07-26 Thread Hiroshi Saito
Hi. Some test situations. As for PostgreSQL CVS HEAD(8.3beta). libpq is created by MinGW (gcc). As for psqlODBC CVS HEAD(08.02.0402) (linked SECUR32.dll) 1. VC6(psqlodbc.dsp) The run test of compile and a part is through in VC6. 2. VC8(psqlodbc.vcproj) The run test of compile and a part is t

Re: [PATCHES] patch win32.mak of libpq

2007-07-26 Thread Hiroshi Saito
Hi Magnus and all. From: "Magnus Hagander" Hiroshi Saito wrote: Ok. So there are actually two ways to go about it: 1) Discontinue support for MSVC6 and require MSVC8 2) Change it so that MSVC6 can still build libpq, just not with SSPI support. This can be done by conditionally enabling ENABL

Re: [PATCHES] patch win32.mak of libpq

2007-07-26 Thread Magnus Hagander
Hiroshi Saito wrote: >> Ok. So there are actually two ways to go about it: >> 1) Discontinue support for MSVC6 and require MSVC8 >> >> 2) Change it so that MSVC6 can still build libpq, just not with SSPI >> support. This can be done by conditionally enabling ENABLE_SSPI, so it's >> not that hard. >

Re: [PATCHES] patch win32.mak of libpq

2007-07-26 Thread Hiroshi Saito
Hi. From: "Magnus Hagander" On Wed, Jul 25, 2007 at 10:30:29PM +0900, Hiroshi Saito wrote: >On Wed, Jul 25, 2007 at 02:36:41PM +0900, Hiroshi Saito wrote: >>Hi Magnus, and Dave. >> >>Sorry, I'm a somewhat late reaction... This is the present correspondence. >>However, VC6 does not support S

Re: [PATCHES] patch win32.mak of libpq

2007-07-26 Thread Magnus Hagander
On Wed, Jul 25, 2007 at 10:30:29PM +0900, Hiroshi Saito wrote: > >On Wed, Jul 25, 2007 at 02:36:41PM +0900, Hiroshi Saito wrote: > >>Hi Magnus, and Dave. > >> > >>Sorry, I'm a somewhat late reaction... This is the present correspondence. > >>However, VC6 does not support SSAPI. Therefore, the next

Re: [PATCHES] patch win32.mak of libpq

2007-07-25 Thread Hiroshi Saito
Hi Magnus. Thanks! From: "Magnus Hagander" On Wed, Jul 25, 2007 at 02:36:41PM +0900, Hiroshi Saito wrote: Hi Magnus, and Dave. Sorry, I'm a somewhat late reaction... This is the present correspondence. However, VC6 does not support SSAPI. Therefore, the next release makes VC6 the outside of

Re: [PATCHES] patch win32.mak of libpq

2007-07-25 Thread Magnus Hagander
On Wed, Jul 25, 2007 at 02:36:41PM +0900, Hiroshi Saito wrote: > Hi Magnus, and Dave. > > Sorry, I'm a somewhat late reaction... This is the present correspondence. > However, VC6 does not support SSAPI. Therefore, the next release makes > VC6 the outside of an object. I think VC6 should support

[PATCHES] patch win32.mak of libpq

2007-07-24 Thread Hiroshi Saito
Hi Magnus, and Dave. Sorry, I'm a somewhat late reaction... This is the present correspondence. However, VC6 does not support SSAPI. Therefore, the next release makes VC6 the outside of an object. -- VC6 Microsoft (R) Program Maintenance Utility Version 6.00.9782.0 Copyright (C) Microsoft Corp