On Sat, Oct 18, 2008 at 09:40, Vincent Torri <[EMAIL PROTECTED]> wrote:
>
>
> On Sat, 18 Oct 2008, Danny Backx wrote:
> > Do you need to clean up everything when terminating the application ? On
> > UNIX and its friends, you don't. Also the doc says that ExitProcess()
> > kills all threads. Is this a bad idea ?
>
>
> btw, i've just found that:
>
> http://msdn.microsoft.com/en-us/library/ms859408.aspx
>
> (last sentence of the 2nd paragraph and 1st sentence of the 3rd paragraph)
>
Vincent, those sentences refer to a _*currently running_* application, not
to a recently terminated. This paragraph implies that WindowsCE _does_
perform a cleanup.
*Applications stay in memory when not in use.* Typically, the operating
system can clean up after a program which leaks memory after it terminates.
However, since we do not allow the users to easily shut down automotive
applications, Windows CE cannot clean up after any ill–behaved applications.
Adding emphasis:
Typically, the operating system __can clean up__ after a program which leaks
memory __after it terminates__.
--
Regards,
Ivan Vučica
OBJECT Networks :: www.objectnetworks.net
Cateia Games :: www.cateia.com
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel