Thanks,
Paolo
--
Luca Calligaris (MVP-Windows Embedded)
l.calliga...@eurotech.it.nospam
www.eurotech.it
"paolo patierno" <paolop...@discussions.microsoft.com> ha scritto nel
messaggio news:BA19647F-66B6-472F...@microsoft.com...
When a DLL is loaded in a process the access to the code section could
be fixed up with the FIXUP records of the PE32 binary. If a DLL is
shared between processes (loaded at the same address) it resides in slot
1 as a MODULE.
Do you say each non-MODULE DLL loaded in once process occupies the code
address space in all processes?
Helge
I think that the safe thing to say is that any dll that is not fixed up
occupies space in Slot 0, which does take away from space for all processes.
Dlls that are not MODULES are not fixed up.
Dlls that are MODULES but don't have a a REL files are not fixed up.
Some dlls that are MODULES are not fixed up if/when Slot 1 is determined to
be full when romimage runs.
--
Bruce Eitman (eMVP)
Senior Engineer
Bruce.Eitman AT Eurotech DOT com
My BLOG http://geekswithblogs.net/bruceeitman
Eurotech Inc.
www.Eurotech.com
"Helge Kruse" <Helge.Kru...@gmx.net> wrote in message
news:hhss9n$c96$01$1...@news.t-online.com...