Pascal SDK for creating Externals

Find out what's going on with LiveCode (the company), product releases, announcements, and events.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
smpcs
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 42
Joined: Wed Mar 04, 2009 6:08 am
Contact:

Pascal SDK for creating Externals

Post by smpcs » Thu Mar 17, 2011 10:16 pm

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
RunRevPlanet.com
Components, Libraries, Tools and Resources for LiveCode
http://www.runrevplanet.com/

paul_gr
Posts: 319
Joined: Fri Dec 08, 2006 7:38 pm

Re: Pascal SDK for creating Externals

Post by paul_gr » Sat Mar 19, 2011 1:33 am

Thanks Scott, much appreciated.

Paul
Last edited by paul_gr on Fri Mar 25, 2011 2:14 am, edited 1 time in total.

smpcs
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 42
Joined: Wed Mar 04, 2009 6:08 am
Contact:

Re: Pascal SDK for creating Externals

Post by smpcs » Sun Mar 20, 2011 10:09 am

Paul,

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

Scott.
RunRevPlanet.com
Components, Libraries, Tools and Resources for LiveCode
http://www.runrevplanet.com/

doc
Posts: 148
Joined: Fri Jun 09, 2006 4:30 pm

Re: Pascal SDK for creating Externals

Post by doc » Mon Mar 21, 2011 5:05 pm

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-

Peter Wood
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 92
Joined: Mon Jul 06, 2009 4:53 am

Re: Pascal SDK for creating Externals

Post by Peter Wood » Fri Mar 25, 2011 1:22 am

I'd like to add my thanks too Scott. A great initiative.

Post Reply