[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [aspell-devel] MSYS patch
From: |
Christoph Hintermüller |
Subject: |
Re: [aspell-devel] MSYS patch |
Date: |
Tue, 8 Feb 2005 16:49:47 +0100 |
User-agent: |
KMail/1.6.2 |
Hi Gary
Am Montag, 7. Februar 2005 22:41 schrieb Gary Setter:
> LoadLibrary is the win32 api function that is used to load a dll.
> It returns a handle.
> In fact the code that I was going to submit saved the handle when
> DllMain is called. The handle is saved in a private static var.
> the get_module_handle function returned that private static
> handle. The reason, LoadLibrary is not an effective place to
> store the handle in this case is that the config module is part
> of the library, what ever code calls LoadLibrary is outside the
> library.
>
Why should that be outside libaspell. One place where the LoadLibrary is
called ( in unix dlopen or others) is in loadable filter support. And this is
definitly at least it was part of libaspell. Thus LoadLibrary will be called
within libaspell if the filter support is hooked up to the core spellchecker
by the application. But that does not mean that LoadLibrary is called outside
libaspell.
If you mean by called outside libaspell that you want to allow applications to
have one place where LoasLibarary is called, add some dl fucntion
registration which allows applications to forces aspell to retrieve modules
form them instead directly asking the operating system.
Further which code calls LoadLibrary outside libaspell ??? What do you mean???
cu
Xris
- Re: [Fwd: Re: [aspell-devel] Multi-user aspell usage.], (continued)
- Re: [Fwd: Re: [aspell-devel] Multi-user aspell usage.], Kevin Tew, 2005/02/02
- [aspell-devel] MSYS patch, Kevin Tew, 2005/02/02
- Re: [aspell-devel] MSYS patch, Kevin Tew, 2005/02/04
- Re: [aspell-devel] MSYS patch, Gary Setter, 2005/02/06
- Re: [aspell-devel] MSYS patch, Kevin Atkinson, 2005/02/07
- Re: [aspell-devel] MSYS patch, Gary Setter, 2005/02/07
- Re: [aspell-devel] MSYS patch, Kevin Atkinson, 2005/02/07
- Re: [aspell-devel] MSYS patch, Gary Setter, 2005/02/07
- Re: [aspell-devel] MSYS patch, Kevin Tew, 2005/02/07
- Re: [aspell-devel] MSYS patch, Gary Setter, 2005/02/07
- Re: [aspell-devel] MSYS patch,
Christoph Hintermüller <=
- Message not available
- Re: [aspell-devel] MSYS patch, Christoph Hintermüller, 2005/02/13
- Re: [aspell-devel] MSYS patch, Kevin Atkinson, 2005/02/07