Re: Can a windows DLL have more than one process

Поиск
Список
Период
Сортировка
От Denis Sbragion
Тема Re: Can a windows DLL have more than one process
Дата
Msg-id 5.1.0.14.1.20011130094753.02be4840@pop3.infotecna.lcl
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Fernando Nasser
Дата:
Сообщение: Fwd: [PATCHES] Libpq support for precision and scale]
Следующее
От: "Aryo Sukarno"
Дата:
Сообщение: Re: libpq Newbie question