[Mono-list] Minimal requrements

George Birbilis birbilis@kagi.com
Wed, 1 Dec 2004 08:07:47 +0200


> > Has anyone made something similar to the .net compact framework?
>
> We're thinking about doing something better:-)
> The compact framework has a limited set of features, but they are
> fixed, so it's an inflexible design.
> With mono you can create reduced versions of the assemblies so that
> they match your requirements. We're investigating a tool to do
> this automatically, in the meantime you can experiment by
> tweaking the build files to build only the classes you need.

but since .NET supports dynamic class loading, removing stuff can be a
potential source of runtime errors (class not found)

the problem is you can't run an app through a tool to tell you which classes
it uses, since it might be loading some by name and using them
programmatically via interfaces those "plugin" classes implement

as for a CF-compatible version of Mono, it would be nice to have, since one
would be able to build IL code that is working on both Linux-based and
PocketPC-based devices without changes

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
George Birbilis <birbilis@kagi.com> [Microsoft MVP J#]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ QuickTime VCL and ActiveX controls (for PowerPoint/VB/Delphi etc.)
+ Plugs VCL and ActiveX controls (InterProcess/Internet communication)
+ TransFormations, VB6 forms to ASP.net WebForms convertion
http://www.kagi.com/birbilis
+ Robotics
http://www.mech.upatras.gr/~robgroup
........................................................................