D
Daniel Harper
I just decided to try to switch to .NET programming. Just
as a test for the pros/cons I decided to see about the
differences im memory consumption.
I wrote an MFC application and that took up a little over
2 Meg in the debugging environment. Then I decided to
just try a Visual C++.NET form without any controls or
extra code in it. The form just by itself took up 15 megs
of memory! Even after changing it to release mode
the .NET form took up 12 megs of memory.
Is this common for .NET applications to take up more
memory? Or is it just a compiler setting that I am
missing?
as a test for the pros/cons I decided to see about the
differences im memory consumption.
I wrote an MFC application and that took up a little over
2 Meg in the debugging environment. Then I decided to
just try a Visual C++.NET form without any controls or
extra code in it. The form just by itself took up 15 megs
of memory! Even after changing it to release mode
the .NET form took up 12 megs of memory.
Is this common for .NET applications to take up more
memory? Or is it just a compiler setting that I am
missing?