Re: Multiple instances of DLL in memory.
From: Martin James (mjames_falcon_at_dial.pipex.com)
Date: 11/28/03
- Next message: Peter Below (TeamB): "Re: Send key press to a dos program"
- Previous message: Peter Below (TeamB): "Re: Multiple instances of DLL in memory."
- In reply to: Ihor Bobak: "Multiple instances of DLL in memory."
- Next in thread: Ihor Bobak: "Re: Multiple instances of DLL in memory."
- Reply: Ihor Bobak: "Re: Multiple instances of DLL in memory."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 28 Nov 2003 18:57:55 -0000
"Ihor Bobak" <ibobak@ukrpost.net> wrote in message
news:3fc76f93@newsgroups.borland.com...
>
> I created a dll which sets a global WH_SHELL hook,
> and .exe which uses this dll.
>
> This dll sends messages to a window in my .exe when
> the global hook procedure is called by some process.
>
> The problem is next: this dll is loaded for each process
> separately. Process Viewer shows 10 or more copies of my
> dll in memory (used by each process which called my
> hook procedure).
Hehe! Which OS are you using? Billy keeps changing the DLL load/search
policy with each new OS. Sometimes it changes between service packs!
Rgds,
Martin
- Next message: Peter Below (TeamB): "Re: Send key press to a dos program"
- Previous message: Peter Below (TeamB): "Re: Multiple instances of DLL in memory."
- In reply to: Ihor Bobak: "Multiple instances of DLL in memory."
- Next in thread: Ihor Bobak: "Re: Multiple instances of DLL in memory."
- Reply: Ihor Bobak: "Re: Multiple instances of DLL in memory."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|