RE: AW: [HACKERS] FW: Postgresql on win32

2001-01-22 Thread Magnus Hagander
> Zeugswetter Andreas SB <[EMAIL PROTECTED]> writes: > > It is possible to make the above work (at least on MSVC). > > The switch is /MD that needs to be used for both the psql.exe and > > libpq.dll. This forces the use of Multithreaded DLL runtime > libraries. > > I like this answer. We shou

Re: AW: [HACKERS] FW: Postgresql on win32

2001-01-22 Thread Tom Lane
Zeugswetter Andreas SB <[EMAIL PROTECTED]> writes: > It is possible to make the above work (at least on MSVC). > The switch is /MD that needs to be used for both the psql.exe and > libpq.dll. This forces the use of Multithreaded DLL runtime libraries. I like this answer. We should be trying to