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

2006-04-03 Thread Paolo Molaro
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

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

2006-04-03 Thread Andreas Färber
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

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

2006-04-03 Thread Kirk Bateman
The hacky way was what I was doing, but trying to use mcs instead of csc, unfortunately that's when I ran into the problems, so using the normal mono .net assemblies to build would be a much easier solution, so long as you make sure you only use .net cf methods. Cheers Kirk On Mon, April 3,

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

2006-03-29 Thread Kirk Bateman
Hi everyone, 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