G
Guest
I know that WinCE OS loads application code starting at address 0x00010000
and that unmanaged dlls are loaded using a modified top down search and
loaded below the address of the lowest dll of any running process, but where
are managed dlls loaded? I never see a managed dll using the WinCE Remote
Process Viewer and don't know where they load.
Also in the MSDN article "Windows CE .Net Advanced Memory Management"
article, it is stated on the Win CE platform as much code as possible should
be included in the application itself, if lack of memory address space is a
concern. Is that also true of a managed application?
Lastly, is there a way to see how much address space is used up by the code
of a managed application?
Thanks,
John Holmer
and that unmanaged dlls are loaded using a modified top down search and
loaded below the address of the lowest dll of any running process, but where
are managed dlls loaded? I never see a managed dll using the WinCE Remote
Process Viewer and don't know where they load.
Also in the MSDN article "Windows CE .Net Advanced Memory Management"
article, it is stated on the Win CE platform as much code as possible should
be included in the application itself, if lack of memory address space is a
concern. Is that also true of a managed application?
Lastly, is there a way to see how much address space is used up by the code
of a managed application?
Thanks,
John Holmer