Hello, > Works fine, thank you! > > A simple "Hello world" System.Windows.Forms Win32 app can be compressed > to less than 2.5 MB using mkbundle. > > Am I right to assume the CIL linker will drastically reduce the > resulting executable size? > > What percentage of the 2.5 MB of the bundle is approx. unused?
You are correct. The size will depend on the features you require. I do not have done the exercise myself to find out how much, but for a simple app, I would doubt that you use more than 10% of mscorlib. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
