Page 1 of 1

Pascal SDK for creating Externals

Posted: Thu Mar 17, 2011 10:16 pm
by smpcs
Sydney, March 18 2011 - Create Externals for LiveCode using the Free Pascal Compiler

RunRevPlanet today launches the RunRevPlanet Pascal SDK. This new tool allows the development of External Libraries for LiveCode without requiring C and C++ skills. Instead the RunRevPlanet Pascal SDK uses the Free Pascal Compiler. Features are:

* Create externals without knowing C or C++
* Uses the Free Pascal Compiler
* Full support of Version 3 of the Externals API
* Supports Linux, Mac OS X, Windows
* Dual API with null-terminated or Pascal AnsiStrings
* Lightweight, does not require XCode or Visual C++
* No complex project or configuration files
* Allows LiveCode to access to a wealth of Pascal code
* Fully documented

You can download it from: http://www.runrevplanet.com/free-downloads.html

Re: Pascal SDK for creating Externals

Posted: Sat Mar 19, 2011 1:33 am
by paul_gr
Thanks Scott, much appreciated.

Paul

Re: Pascal SDK for creating Externals

Posted: Sun Mar 20, 2011 10:09 am
by smpcs
Paul,

Your welcome. I enjoy coding in Pascal almost as much as LiveCode. So mixing the two can only make something even better.

Scott.

Re: Pascal SDK for creating Externals

Posted: Mon Mar 21, 2011 5:05 pm
by doc
Thanks for this Scott!
I recently installed both FPC and Lazarus (Win/LInux/Mac) just for the pure fun of playing with Pascal again...

... it's been years since I messed with it and even then I wasn't ever very good using it, so I seriously doubt that I can add anything useful in the way of an LiveCode external. At least with your SDK available, I might have a shot at doing something worthwhile instead of just playing. :wink:

Good stuff!
-Doc-

Re: Pascal SDK for creating Externals

Posted: Fri Mar 25, 2011 1:22 am
by Peter Wood
I'd like to add my thanks too Scott. A great initiative.