L
LaSu
Hi!
I'm working on application written in C# but unfortunately because of
Windows CE memory architecture which has a limit of memory usage 32Mb
per each process. The most confusing part is that mine application
consumes about 14 Mb of memory but other processes load to mine memory
slot other dll and these dll files consumes more than 15 Mb of mine
memory. So in fact for mine application I don't have 32 Mb of memory,
all I can access is about 16Mb.
I'm wondering what impact on memory usage would have rewriting
application from C# (CF 2.0) co MFC in C++?
How much memory I will save?
Does anybody have experience with that?
Regards
Bartek
I'm working on application written in C# but unfortunately because of
Windows CE memory architecture which has a limit of memory usage 32Mb
per each process. The most confusing part is that mine application
consumes about 14 Mb of memory but other processes load to mine memory
slot other dll and these dll files consumes more than 15 Mb of mine
memory. So in fact for mine application I don't have 32 Mb of memory,
all I can access is about 16Mb.
I'm wondering what impact on memory usage would have rewriting
application from C# (CF 2.0) co MFC in C++?
How much memory I will save?
Does anybody have experience with that?
Regards
Bartek