[Mono-list] About: Using Mono to compile for .NET Compact Framework(PocketPC)

2004-07-15 Thread Raúl Romero
Good day people! In order to compile PocketPC .NET binaries using Mono 1.0, I can extract and rename the .NET dlls from the Compact Framework's .cab for ARM and compile with /nostdlib using the procedure documented at: - http://dotnetdn.com/without-visual-studio/ -

Re: [Mono-list] About: Using Mono to compile for .NET Compact Framework(PocketPC)

2004-07-15 Thread Raúl Romero
One Tip: I was trying to use gmcs (ALPHA SOFTWARE: Mono C# Compiler 0.96.0.0 for Generics), I had get this results: gmcs -t:winexe /noconfig /nostdlib -r:mscorlib.dll -r:system.dll -r: system.windows.forms.dll -r:system.drawing.dll -L libs gui.cs ALPHA SOFTWARE: Mono C# Compiler 0.96.0.0 for