compactframework >> CF limitations

by Mike Margerum » Fri, 15 Jul 2005 03:45:28 GMT

Can someone please give me info on a few items?

thx,
Mike


What is the max amount of memory that can be allocated at 1 time in CF.
What I mean here in ot when tyhe GC collects in, but how much "active"
memory can be allocated at a time.

The project im building here will have somewhere close to 50 forms.
It's a fairly large app. Is there any code size limitations in CF1?
Will the loading time for the exe increase linearly as the exe size grows?

compactframework >> CF limitations

by Arun » Fri, 15 Jul 2005 15:05:47 GMT


Hello Mike,

Garbage Collection will happen automatically when conventional memory
of 750KB have allocated by your objects declared in your application.

Here is an article describes more from Steven Pratschner's .Net CF
WebLog
http://dotnet.sys-con.com/read/46614.htm

Don't try to call GC.Collect() this will result in trouble. Compact
Framework will take care of the garbage collection.

Hope this helps,
Cheers,
Arun.
www.innasite.com

compactframework >> CF limitations

by Arun » Fri, 15 Jul 2005 15:08:22 GMT


compactframework >> CF limitations

by Michael » Thu, 28 Jul 2005 08:25:50 GMT

Hi Mike,

From what I recall, there's also a limit of 64KB per method as well.

~Mike
------------------------------------
Please replace 'NOSPAM' with 'swiftlist' before replying via email.





--

Similar Threads

1. CF Limitations ?

Is there  a list with the limitations in the CF ?

I need to create an app with a good UI look, (like the Nevo remote control
user interface ).

Johan


2. CF Bug / Limitation in XMLTextWriter (OutOfMemory)

3. Build error after upgrade CF 2.0 project to CF 3.5

Hello,

I have upgraded a windows mobile solution to VS2008 and CF3.5.
Everything was fine but the build fails with the following error
message:

Error	132	genasm.exe(1) : error There was an error initializing .
Could not load file or assembly 'Microsoft.WindowsCE.Forms,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=969db8053d3322ac' or
one of its dependencies. Das System kann die angegebene Datei nicht
finden.

The assemblies are created anyway and if I copy them to my device the
program is running stable. I am using 3rd party assemblies that are
referencing explicitely to CF2.0 but at runtime this seems to be no
problem. Can anyone tell me if it's possible to ignore or fix that
error?

Thanks in advance
Roman

4. Development Choice .NET CF 2.0 Vs .NET CF 3.5

5. Difference between CF 3.5 RTM and CF 3.5?

Sorry for ignorance...what are differences between CF 3.5 RTM (2007) and 
CF 3.f (2008)

Thank you,

Zolfia

6. ANN: zlibce now has CF 1.0 and CF 2.0 wrappers

7. [CF 1.0 & CF 2.0] Same code, results different

Hi,

I've tested the following code :

WebRequest req = WebRequest.Create(url);
                req.Timeout = TIMEOUT_REPONSE;

                WebResponse result = req.GetResponse();


                Stream ReceiveStream = result.GetResponseStream();

                Encoding encode =
System.Text.Encoding.GetEncoding("utf-8");
                 System.Xml.XmlTextReader lecteur = new
XmlTextReader(ReceiveStream);

With the CF 1.0 i've the good response, but i've no char in the
response with the CF 2.0...

Have you an idea?

Thanks.

8. Deployment - How to automatically install .net cf and open cf, and