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