gimp-developer  

Re: Gimp 1.3 compile and link dependencies

Nick Lamb
Sun, 04 Feb 2001 19:58:51 -0800

On Mon, Feb 05, 2001 at 02:26:23AM +0100, Hans Breuer wrote:
> The windoze version of gimpwidgefts can't include two symbols for 
> different implementation of the same function. There is only one
> version of the dll in memory, even if loaded by another process.
> The code is shared across process boundaries while the data is
> not.

Try making two copies of the DLLs with different filenames, and link
plug-ins to one while gimp.exe links the other, that should fix it
right?

Nick.