Application size targetting Windows CE 5.0 device

  • Thread starter Thread starter Alain Dekker
  • Start date Start date
A

Alain Dekker

I've tried deleting loads of variables, unused functions, etc from a project
I've inherited, but my app targetting Windows CE 5.0 using Visual Studio
2005 remains stubbornly at around 9.3MB. What can I can do to reduce that?

This application is using the .NET Compact Framework v2.0.

Thanks,
Alain
 
Well, egg on my face. Thanks for suggesting that. I've fairly new to this
application and you're exactly right. There are a fair numer of bitmaps that
are compiled into the final EXE as resources and then loaded at runtime
depending on user settings. Will see if anything can be done about these.

Thanks,
Alain
 
Back
Top