Re: [INTERFACES] Win32 interface - Mailing list pgsql-interfaces

From Tom Lane
Subject Re: [INTERFACES] Win32 interface
Date
Msg-id 24150.936458459@sss.pgh.pa.us
Whole thread Raw
In response to RE: [INTERFACES] Win32 interface  (Magnus Hagander <mha@sollentuna.net>)
Responses RE: [INTERFACES] Win32 interface  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
List pgsql-interfaces
Magnus Hagander <mha@sollentuna.net> writes:
> The problem is that in the DllMain() of the libpq.dll file, WSAStartup() is
> called, and that is required before any winsock functions will work.
> If you link statically, you have to manually run WSAStartup.
>
> This should probably be documented :-)

Didn't we talk about having fe-connect.c call WSAStartup()
(conditionally compiled of course) to avoid this problem?

ISTM there was some reason it wouldn't work, like maybe you can
only call WSAStartup once per program, but I don't recall for sure.
If it *would* work it would probably be a better answer than making
users remember to call the thing.
        regards, tom lane


pgsql-interfaces by date:

Previous
From: Magnus Hagander
Date:
Subject: RE: [INTERFACES] Win32 interface
Next
From: Roland N Verrier
Date:
Subject: Re: [INTERFACES] PGACCESS formdemo.sql