Re: Can a windows DLL have more than one process - Mailing list pgsql-interfaces

From Denis Sbragion
Subject Re: Can a windows DLL have more than one process
Date
Msg-id 5.1.0.14.1.20011130094753.02be4840@pop3.infotecna.lcl
Whole thread Raw
List 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 SbragionInfoTecnaTel: +39 0362 805396, Fax: +39 0362 805404URL: http://www.infotecna.it



pgsql-interfaces by date:

Previous
From: Fernando Nasser
Date:
Subject: Fwd: [PATCHES] Libpq support for precision and scale]
Next
From: "Aryo Sukarno"
Date:
Subject: Re: libpq Newbie question