Results 1 to 10 of 333

Thread: Pre April 2014 - Welcome to PGD! Make your first post here....

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Quote Originally Posted by WILL View Post
    Free Pascal / Lazarus, but even it does not run 100% native on Android
    sorry but that is just not true, fpc can already compile the native for android DVM code: http://wiki.freepascal.org/FPC_JVM
    that is if you care for the relatively slow java virtual machine code. fpc can also compile the binary code that, with a little extra effort, can work on the android platform.
    the downside of fpc though is that it is more complicated to set up. the only platform I know that fpc cannot compile for at this point is javascript for html5.

  2. #2
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25
    Quote Originally Posted by Dan View Post
    fpc can already compile the native for android DVM code: http://wiki.freepascal.org/FPC_JVM
    Oh interesting. Last I looked into this you had to do some hardware tricks to make FPC compile for a specific Android device rather than all hardware that ran Android. I'm glad to hear about this either way.
    Jason McMillen
    Pascal Game Development
    Co-Founder





  3. #3
    Thanks for replying - sorry about not posting in the right forum, will next time.
    There is allegro for raspberry pi - it just needed an apt-get allegro. Your -FU option didn't work, but you were right about the write permissions issue - I just needed to compile with sudo fpc test.pas

  4. #4
    Please, follow discussion on this thread.
    Last edited by Ñuño Martínez; 19-02-2013 at 04:27 PM.
    No signature provided yet.

Tags for this Thread

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
  •