Nouvelle version V4 de C# IDE Mobile (anciennement C# Scripter)

C# IDE Mobile est un logiciel (entièrement gratuit) que j'ai développé pour pouvoir programmer en C#/.NET2CF directement sur Pocket PC/Windows Mobile 5 (sans avoir besoin du .NET SDK ni d'un ordinateur).

Vous pouvez récupérer une nouvelle version à:

http://www.geocities.com/hrowson/wm5_software/index.htm

ou en partant de ma page perso:

http://www.geocities.com/hrowson/index.htm

Celle ci apporte principalement les améliorations suivantes:

- Handling of "try/catch" error control with "throw" exception rising
- Added management of "using" directive
- Function exit with "return" is now possible
- Implementation of loop control flow keywords "break" and "continue"
- Reorganised the menus to be closer to developers' habits

Harvey