public marks

PUBLIC MARKS from cascamorto with tags programmation & pda

20 April 2007 08:15

eTcl

ETcl is a Tcl/Tk distribution as a single standalone executable, with support for many different architectures (Linux, Microsoft Windows, Windows Mobile 2003 or better, ...). Distribution for each supported platform consists in a standalone single executable, which includes not only a complete Tcl/Tk system, but also several popular extensions (Pixane image handling, Thread, ZIP virtual filesystem, ...).

20 April 2007 08:00

Tcl Developer Site

by 2 others
Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more. Open source and business-friendly, Tcl is a mature yet evolving language that is truly cross platform, easily deployed and highly extensible.

The Tcler's Wiki

Tcl is a simple-to-learn yet very powerful language. Its syntax is described in just a dozen rules, but it has all the features needed to rapidly create useful programs in almost any field of application - on a wide variety of international platforms. Tk is a graphical toolkit for Tcl. It allows you to develop graphical applications that run on Windows, Linux, MacOSX and many other platforms.

20 April 2007 07:30

Déployer une application pour Pocket PC ou SmartPhone

Nous allons d’abord étudier dans cet article le principe du déploiement d’une application. Nous verrons alors qu’il existe deux « niveaux » d’installation : le fichier CAB et le fichier msi. Nous étudierons ensuite comment appliquer cela aux projets avec Visual Studio .NET. Cet article s’inspire fortement d’un article publié sur le site MSDN (http://msdn.microsoft.com/) intitulé « Developing and Deploying Pocket PC Setup Applications ».