[Mono-list] mono and .NET Compact Framework (building)

Andreas Färber andreas.faerber at web.de
Mon Apr 3 07:05:39 EDT 2006


Paolo Molaro schrieb:
> On 03/29/06 Kirk Bateman wrote:
>   
>> I'm just wondering if anyone has actually managed to build a .NET CF
>> application (which actually runs on a pocket pc / windows mobile device)
>> using mono.
>>
>> I've been trying to get bits to compile (using the dlls from the .NET CF
>> runtime), but I generally run into the problem of most things (System.*
>> etc..) being defined twice (once from the mono libs and once from my
>> libs), this is without using the /nostdlib, if I do use /nostdlib I get
>> that none of them are defined.
>>
>> Anyway, if anyone has any success I'd be interested to hear about it.
>>     
>
> See this post from Jb Evain:
>
> http://evain.net/blog/index.php/2006/03/31/285-mono-and-the-compact-framework-in-love-part-two
>   
I once read there was some hacky way to compile for the .NET CF using
the standard .NET Framework SDK's csc plus the .NET CF class library
assemblies. Will there be any chance some workaround might make it into
mcs? This could be done with a switch like in javac naming the target
runtime - such a feature might also avoid the separate gmcs compiler for
.NET 2.0.

Andreas


More information about the Mono-list mailing list