Developpez.com - Rubrique Pascal

Le Club des Développeurs et IT Pro

MIDlet Pascal déjà en version 3.3 alpha

Le rythme des versions successives reste soutenu

Le 2011-01-09 01:35:03, par krachik, Expert confirmé
MIDlet Pascal open source déjà à la version 3.3
Le rythme des versions successives reste soutenu

Développé sur SourceForge, le compilateur MIDlet Pascal open source permet de créer des applications pour mobiles, en traduisant le source Pascal en bytecode Java MicroEdition (J2ME).

http://sourceforge.net/projects/midletpascal/

09/01/2011 : La version 3.3 ALPHA est annoncée.
21/05/2011 : La version 3.3 FINALE est sortie.
*IDE NEW FEATURES*
. Added Welcome Page.

*IDE CHANGES*
. Updated documentation about: the CH_EXCLUSIVE constant, the choiceIsSelected routine, the FONT_STYLE_UNDERLINED constant and the if statement, etc.

*COMPILER NEW FEATURES*
. Added result keyword support. Now you can return function values like in many other modern pascal dialects.
. Added << and >> C-style shift operators, equivalent to the already existent shr and shl operators, just like in Free Pascal.

*COMPILER CHANGES*

. Constant assignment bugfix.
Qu'en pensez-vous ?
Qu'utilisez-vous pour développer vos applications pour mobiles ?
  Discussion forum
3 commentaires
  • krachik
    Expert confirmé
    La version 3.3 BÊTA a été annoncée.


    *IDE NEW FEATURES*
    . Added View\Welcome Page menu item.
    . Added new code editor style: Oceanic.

    *IDE CHANGES*
    . Now it tries to retrieve the compiler version at startup, and if it fails, it switches to the WM_COPYDATA compiler message handling mode (originally designed as a console redirection alternative under Wow64). This is to enhance compatibility with certain Windows versions.
    . Updated documentation on Portable Mode. It specifies now that when preparing an MP portable installation, you should copy manually any additional file (Demos, Skins, Styles, etc) you may want to have in it from the MP's Public Documents directory.
    ça donne un peu l'impression que l'IDE est priorisé par rapport au compilateur mais tout avance
  • krachik
    Expert confirmé
    Sortie de la 3.3 CANDIDATE

    *IDE CHANGES*
    . Added CHANGES.txt to the distribution for quick reference.
    . Now it is declared the conditional define: MIDLETPASCAL33.
    . Updated third party libraries.
  • Alcatîz
    Responsable Pascal, Lazarus et Assembleur