itsols
itsols

Reputation: 5582

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!

Upvotes: 6

Views: 14101

Answers (3)

register
register

Reputation: 409

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/

Upvotes: 1

Birger
Birger

Reputation: 4353

  • Android: See answer from Nic Strong.
  • iOS (iPhone/iPad): Check google and find this result.

Upvotes: 3

Nic Strong
Nic Strong

Reputation: 6592

I am almost certain the answer is no.

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

Upvotes: 2

Related Questions