Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I use Lazarus Pascal to build for iOS AND Android

I would like to know:

  1. If it's possible to use Lazarus (Pascal) for both Android and iOS development.

  2. If the answer seems positive, do I need a third-party SDK/API or package to do this?

Thanks!

like image 391
itsols Avatar asked Mar 23 '12 04:03

itsols


3 Answers

  • Android: See answer from Nic Strong.
  • iOS (iPhone/iPad): Check google and find this result.
like image 141
Birger Avatar answered Oct 22 '22 04:10

Birger


I am almost certain the answer is no.

EDIT: Looks like I was wrong. See http://wiki.lazarus.freepascal.org/Android_Programming

like image 2
Nic Strong Avatar answered Oct 22 '22 04:10

Nic Strong


The answer is yes. For Ios Lazurs uses objectivepascal which a pascal extension that allows integration with objective-c much like objective-c++. However it is necessary to do some work to set-up the environment and you need an Apple computer to build test and debug.

This is the best entry point for iOS development:

http://objectivepascal.com/

like image 1
register Avatar answered Oct 22 '22 05:10

register