Re: Increasing physical memory in WinCE
Tech-Archive recommends: Fix windows errors by optimizing your registry
Dean and Parhar thanks for your valuable feedback.
I was trying to load a single dll at a time and it was loading. As per
my observations one of the dll was taking around 36MB, which should not
be the case as you were telling. I have confirmed this memory amount
using the GlobalMemoryStatus() function before and after loading the
dll.
Could you please further comment on this.
Sathish.
.
Relevant Pages
- Re: reflection question
... option 3 in your artical was the plan and the question was would i be loading ... handling the unique properites i can do, ... in one dll and my Business Objects are in another dll i need to use ... dynamicly load properties I need to load the dll of the business object. ... (microsoft.public.dotnet.languages.csharp) - Re: Forced loading of symbols in VS.NET
... > message says 'No matching binary found' when trying to load the dll. ... > the dll on my debugging machine, but also checksum and timestamp. ... > Is there a way to force loading of symbol files or somehow override VS.NET's ... (microsoft.public.vsnet.debugging) - Re: Dynamic DLL Loading or Static ?
... Loading it on demand the cuts down on load time for the app and on memory foot ... the DLL contains functionality that depends on specific platform features. ... There are two areas where static and dynamic loading differ. ... If you use static loading the DLL will be loaded and its Initialization ... (borland.public.delphi.nativeapi) - Re: Dynamic DLL Loading or Static ?
... A DLL is dynamic linked always: ... terms are load-time dynamic linking and run-time dynamic linking. ... > initialize this DLL and I'm loading it dynamically. ... This is the default value for WinXP SP1 and WinSrv03. ... (borland.public.delphi.nativeapi) - Re: Network Drive Issue
... > CHKDSK isn't sufficient to determin the heath of the drive. ... This is related to some network device driver ... renamed to disable it in VS 2005 due to slow and long delay loading ... the last DLL loaded is FEACP.DLL as well. ... (microsoft.public.win32.programmer.kernel) |
|