Pocket C# compiler

Great news ! You can now compile C# directly on your Pocket PC. I have to try this :-)

Overview

Pocket C# is port of C# compiler from DotGNU project to Windows CE. DotGNU contains open-source runtime, compiler, tools and many other things to make free cross-platform .NET environment. I took only compiler and several required tools and ported them with some modifications to WinCE platform. It's quite easy to use and I'm going to make IDE for more comfortable usage.

What all of this means? In a few words it means that now you can develop and build applications using standard .NET CF and C# right on your pocket device.

Please visit public discussion group for latest info, downloads and help. And click here for more information about DotGNU.

News

09.06.04 - First public working version released.

Components
  • C# compiler (cscc-cs)
  • IL (intermediate language) assembler (ilasm)
  • Linker (ilalink)
  • Wrapper for these tools (cscc)
  • XML based build tool (csant)
  • Runtime libraris - standard .NET CF
  • Sample applications

Read more and download here :

 

No Comments