Page 1 of 3 123 LastLast
Results 1 to 10 of 23

Thread: MIDlet Pascal

  1. #1

    MIDlet Pascal

    http://www.midletpascal.com/
    With this compiler you can make simple games for mobile phones without using Java lenguage.
    FEATURES:
    # generates low-level, small and fast
    Java?¢,¬¢ bytecode
    # full Pascal specification support
    # parts of code can be written directly in Java
    # SMS messaging
    # HTTP connectivity
    # user-interface (forms) support
    # multimedia support
    # user-friendly IDE
    # FREE for personal use

  2. #2

    MIDlet Pascal

    I actually tried it a year ago, but for some reason the compiler crashed on my machine every time I tried to compile any code.

  3. #3

    MIDlet Pascal

    Wow, looks promising! Dowloading right now!!!

    Lifepower:
    it seems they have released a 2.02 version on 01/14/2006 so maybe
    your version was buggy/unstable/alpha or something.

    I was dreaming a thing like that so I'm going to try it right now! Even if
    it's 2.41 am

    Night is young!

    [EDIT 2.55 am]
    Downloaded, installed, created demo project, compiled and it works!
    Now i'm downloading the Java Moblile emulator to test!
    <center>
    <br />Federico &quot;FNX&quot; Nisoli
    <br />Lead Programmer - FNX Games
    <br />http://www.fnxgames.com
    <br /><img src="http://www.fnxgames.com/imgs/banners/fnxban.gif">
    <br /></center>

  4. #4

    MIDlet Pascal

    Quote Originally Posted by FNX
    it seems they have released a 2.02 version on 01/14/2006 so maybe your version was buggy/unstable/alpha or something.
    Perhaps. The idea of generating Java bytecode out of Pascal is very interesting. Too bad it doesn't support classes, I hope it's on TO-DO list or something.

  5. #5

    MIDlet Pascal

    bad it doesn't support classes, I hope it's on TO-DO list or something.
    Well reading somethin quickly on the forums it seems it can support
    external custom classes (written in java i suppose). I will get more into
    this and post if I'll find a clear answer on the forum or by my own tests
    <center>
    <br />Federico &quot;FNX&quot; Nisoli
    <br />Lead Programmer - FNX Games
    <br />http://www.fnxgames.com
    <br /><img src="http://www.fnxgames.com/imgs/banners/fnxban.gif">
    <br /></center>

  6. #6

    MIDlet Pascal

    It works well in my PC. I tried ir a bit and could make an simple puzzle game for my Motorola C650.

    To develop games, perhaps you will need a Mobile Emulator. The M2EE Java package have a good one.

    Here a "Hello World" programm
    [pascal]
    program HelloWorld;
    begin
    drawText('Hello world!', 0, 0); //write text in the buffer
    repaint; // blit the buffer to screen
    delay(2000); //wait to end.
    end.
    [/pascal][/code]

  7. #7

    MIDlet Pascal

    Quote Originally Posted by FNX
    bad it doesn't support classes, I hope it's on TO-DO list or something.
    Well reading somethin quickly on the forums it seems it can support
    external custom classes (written in java i suppose). I will get more into
    this and post if I'll find a clear answer on the forum or by my own tests
    It doesn't support "case of" and "enumarated types" too.

  8. #8

    MIDlet Pascal

    great bit of news, I'll post a news item about it later today.
    <br /><br />There are a lot of people who are dead while they are still alive. I want to be alive until the day I die.<br />-= Paulo Coelho =-

  9. #9

    MIDlet Pascal

    just saw it under links menu, checking it out right now, i hope it is compatible with nokia N90..
    This is my game project - Top Down City:
    http://www.pascalgamedevelopment.com...y-Topic-Reboot

    My OpenAL audio wrapper with Intelligent Source Manager to use unlimited:
    http://www.pascalgamedevelopment.com...source+manager

  10. #10

    MIDlet Pascal

    Hello,
    did you see this??

    http://piligrim.at.tut.by/java/

    Gaming API Support 1.1 for MP! It seems great! I'll play with it ASAP!

    Also, why not put a Midlet Pascal section in "Compilers and IDE" board?
    In a few weeks from MP link to appear we already have 5-6 people
    working on it Also MP forum is not so much alive as i hoped so... :roll:
    <center>
    <br />Federico &quot;FNX&quot; Nisoli
    <br />Lead Programmer - FNX Games
    <br />http://www.fnxgames.com
    <br /><img src="http://www.fnxgames.com/imgs/banners/fnxban.gif">
    <br /></center>

Page 1 of 3 123 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •