Re: Can a windows DLL have more than one process

From: Denis Sbragion <d(dot)sbragion(at)infotecna(dot)it>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: Can a windows DLL have more than one process
Date: 2001-11-30 08:47:58
Message-ID: 5.1.0.14.1.20011130094753.02be4840@pop3.infotecna.lcl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hello,

At 15.47 29/11/01 -0500, you wrote:
>Ooops. Well, are there any WINxx platforms where netmsg *does* have
>something useful? Or is the entire code path a waste of time?
>
>Is there some other DLL we could look in instead?

I have a resource file (.rc) with all the winsock errors coded as resource
strings. I use the LoadString function to get error messages directly from
my DLLs on systems where they are unavailable (Windows CE, just as an
example, which is missing also RAS error messages). This isolates
completely from the vagaries of the Win32 platform, of course at the
expense of some waste of space. If you think it could be useful I can send
it to you.

Regards,
--
Denis Sbragion
InfoTecna
Tel: +39 0362 805396, Fax: +39 0362 805404
URL: http://www.infotecna.it

Browse pgsql-interfaces by date

  From Date Subject
Next Message Aryo Sukarno 2001-11-30 09:43:58 Re: libpq Newbie question
Previous Message Ronggolawe 2001-11-30 06:34:32 libpq Newbie question