Results 1 to 9 of 9

Thread: Developing for IPhones etc?

  1. #1

    Developing for IPhones etc?

    Hello,

    I was asked by a friend, if it is possible to develop games for IPhones using BDS 2006 or another Delphi/Pascal language?
    He thinks there is a good chance to make money with that.

    Is it possible, has anybody some experience with that?

    What would you need to develop games for IPhones, and is it a huge difference compared to DirectX and Windows Pascal game development?


    Thanks a lot, some hints would be nice

    firle

  2. #2

    Developing for IPhones etc?

    hi firle!

    well i read something about this in the last issue of a mag we have at work:
    there is a sdk for the iphone, haven't tried it yet: http://developer.apple.com/iphone/

    so first you have to register as iphone developer and then you can use the sdk on your mac, which is one reason i haven't tried yet :lol:

  3. #3

    Developing for IPhones etc?

    Thanks for the info

    I have already heard there is something for Linux, but I am not sure.

    Isn't there something for Windows?
    Best would be Pascal, but VB would also be possible.

  4. #4

    Developing for IPhones etc?

    FreePascal supports iPhone

    http://www.pascalgamedevelopment.com...ghlight=iphone

    Requirements:
    * Intel Mac (because the iPhone SDK requires an Intel Mac)
    * iPhone SDK 2.x installed (only tested with 2.2 though) (note: SDK requires Leopard 10.5.5 or higher)
    * FPC 2.2.2 or a later FPC 2.2.x release installed

  5. #5

    Re: Developing for IPhones etc?

    Thanks for the info!

    And is there something with Delphi/Pascal or least for Windows PCs to develop for the new Android OS? I understand this is a new OS for mobile devices which is getting very popular?

    Thanks,
    firlefanz

  6. #6

    Re: Developing for IPhones etc?

    Quote Originally Posted by Firlefanz
    Thanks for the info!

    And is there something with Delphi/Pascal or least for Windows PCs to develop for the new Android OS? I understand this is a new OS for mobile devices which is getting very popular?

    Thanks,
    firlefanz
    The chances of the and Android compiler being available already would be slim to none.
    The FreePascal guys have only just finished work on the getting the iPhone compiler working and that has been out for a few years. While Android is only about a year old.
    You could always have a word with the FreePascal guys to see how easy it would be to create an Android version. From looking here http://code.google.com/android/intro/hello-android.html, it looks like the apps are written using a Java kind ( if not Java itself ) language. Maybe if you can convince the MIDletPascal guys to open source their compiler, you could tweak it to create Android byte code.
    <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 =-

  7. #7

    Re: Developing for IPhones etc?

    I just read ( http://en.wikipedia.org/wiki/Android_OS#Native_code ) that it is actually Java based, though you can also use C to create ARM binaries for it. So technically if someone can port the APIs, then FreePascal could in fact target Android with some tweaking.
    <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 =-

  8. #8

    Re: Developing for IPhones etc?

    Thanks for the infos

    It would be very cool to develop for Android, especially some environment for testing would be cool.

    In VB.Net you can develop for PDA and Scanners and have a testing environment included, so you can test the stuff on the PC and if it is working transfer it to the PDA.

    Firlefanz

  9. #9

    Re: Developing for IPhones etc?

    Ok for android we need a pascal to java byte code compiler as it seems that the sdk is all java (http://developer.android.com/sdk/1.5...uirements.html)
    So what choices do we have?

    1) Midlet Pascal (Project is dead and not (yet) opensource)
    2) GrassHopper (http://dev.mainsoft.com/Default.aspx?tabid=177) converts .net byte code to java byte code or so it seems?
    3)

    Who knows other pascal to java converters/compilers?
    http://3das.noeska.com - create adventure games without programming

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
  •