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 support. This can be done by

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 not that hard. The

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 release makes

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. The

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

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 SSAPI.

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

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 it

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