[Mono-devel-list] From Orkut's Mono Forum

Rafael Teixeira monoman at gmail.com
Thu Aug 19 11:09:23 EDT 2004


<pasted>
<originalQuestion>
Can you develope for Compact Framework with Mono? 8/17/2004 2:04 AM
Can you develope apps for .net Compact Framework for Pocket Pc's with Mono?	 
</originalQuestion>
<myAnswer>
Rafael	  	8/19/2004 7:15 AM

The short answer is yes, but not easily, and the reasons are:

1 - mcs doesn't have and mbas doesn't implement yet the -netcf option,
to restrict some constructions in the generated file.

2 - mcs doesn't have and mbas doesn't implement yet the -sdkpath:path
option, needed to compile targetting the subset of the framework
available in the compact framework version.

3 - we don't build an equivalent smaller (crippled, in my opinion) set
of libraries and you are forbidden by the EULA to use the netcf ones
to compile against them with mono

Anyway, you can compile programs/libraries with mono and run them on
netcf. I heard that people like to use our System.Xml implementation
there because it is complete unlike the netcf's
</myAnswer>
</pasted>

Should we pursue such compatibility? -sdkpath:path may pose problems
inside the referenced assembly loading/name-resolution parts of our
compilers.

Well, searching a bit I see that -netcf is not available with csc, so
mcs won't need it either,

Fun,

-- 
Rafael "Monoman" Teixeira
---------------------------------------
Cognition is not a representation of an objectively existing world
but is a bringing forth of a world in the process of living.
-- Fritjof Capra, citing 
   Humberto Maturana and Francisco Varella's "Santiago Theory of Cognition"



More information about the Mono-devel-list mailing list