Scripting library for Delphi - Stack Overflow most recent 30 from stackoverflow.com2009-12-09T20:26:52Zhttp://stackoverflow.com/feeds/question/226135http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/226135/scripting-library-for-delphi14Scripting library for DelphivIceBerg2008-10-22T15:00:57Z2009-12-03T11:59:51Z
<p>I'm looking to add scripting capabilities to one of my program.</p>
<p>Do you know a good scripting library for Delphi?</p>
http://stackoverflow.com/questions/226135/scripting-library-for-delphi/226248#2262481Answer by CheGueVerra for Scripting library for DelphiCheGueVerra2008-10-22T15:18:06Z2008-10-22T15:39:57Z<p>I found link text <a href="http://www.dreamcompany.com/" rel="nofollow">this</a> searching the net ;) recommended by Peter Below of TeamB ;)</p>
<p>After reading your comments, I found <a href="http://www.tmssoftware.com/site/scriptstudiopro.asp" rel="nofollow">this</a> looks better too.</p>
http://stackoverflow.com/questions/226135/scripting-library-for-delphi/226266#2262662Answer by gabr for Scripting library for Delphigabr2008-10-22T15:21:19Z2008-10-22T18:16:53Z<p><a href="http://www.remobjects.com/page.asp?id=%7B9A30A672-62C8-4131-BA89-EEBBE7E302E6%7D" rel="nofollow">Pascal Script</a> is supposed to be very good. Never used it in my projects, though.</p>
http://stackoverflow.com/questions/226135/scripting-library-for-delphi/226351#22635118Answer by Nick Hodges for Scripting library for DelphiNick Hodges2008-10-22T15:40:31Z2009-05-24T08:28:53Z<p>I'd strongly recommend <a href="http://www.remobjects.com/ps.aspx" rel="nofollow">PascalScript from RemObjects</a>.</p>
http://stackoverflow.com/questions/226135/scripting-library-for-delphi/226391#2263913Answer by jrodenhi for Scripting library for Delphijrodenhi2008-10-22T15:49:02Z2008-10-22T15:49:02Z<p>I am thinking about adding <a href="http://www.tmssoftware.com/site/scriptstudiopro.asp" rel="nofollow">TMSScripterStudioPro</a> to my application. It comes with what looks like a decent IDE, it's priced reasonably and TMS support has always been among the best I have found anywhere.</p>
http://stackoverflow.com/questions/226135/scripting-library-for-delphi/226429#2264291Answer by Fabio Gomes for Scripting library for DelphiFabio Gomes2008-10-22T15:56:04Z2008-10-22T15:56:04Z<p><a href="http://fast-report.com/en/products/fast-script.html" rel="nofollow">FastScript</a> seems very nice.</p>
http://stackoverflow.com/questions/226135/scripting-library-for-delphi/226458#2264585Answer by Uwe Raabe for Scripting library for DelphiUwe Raabe2008-10-22T15:59:45Z2008-10-22T15:59:45Z<p>I cannot speak for any other library, but I have used Dream Scripter for quite a while (I even patched it up to Delphi 2007). My strong advice is NOT to use it, because it is the most horrible code I have ever seen. I will definitely not upgrade it for Delphi 2009. So whatever your experiences are, please share them.</p>
http://stackoverflow.com/questions/226135/scripting-library-for-delphi/226630#2266303Answer by skamradt for Scripting library for Delphiskamradt2008-10-22T16:43:42Z2008-10-22T16:43:42Z<p>There are plenty of options available. The first question is what language is your intended audience going to be familiar with, and your vendor support requirements. For a commercial solution, I would suggest <a href="http://fast-report.com/en/products/fast-script.html" rel="nofollow">FastScript</a> as it supports Pascal, JScript, C++Script and BasicScript as language targets.</p>
<p>For the "freeware" self-support solution, I have used <a href="http://delphi.icm.edu.pl/ftp/d30free/awscript.zip" rel="nofollow">awScript</a> sucessfully since Delphi 5ish. It wraps the Microsoft ActiveX libraries so you can write scripts directly in javascript or vbscript. Exposing existing Delphi classes to the scripting engine is trivial. I recently "upgraded" the library to Delphi 2009 by renaming the package and making a few minor changes (like adding version defines, and fixing small string references), and have yet to run into any difficulties thus far.</p>
http://stackoverflow.com/questions/226135/scripting-library-for-delphi/226821#2268211Answer by Thomas Mueller for Scripting library for DelphiThomas Mueller2008-10-22T17:46:17Z2008-10-22T17:46:17Z<p>There is also "Delphi Web Script", which despite the name is not really something for the web but a multi purpose Delphi like scripting language implemented in Delphi. It's open source and available from sourceforge (project dws2).
I have successfully used it in a project about 3 years ago but it looks as if it is no longer actively developed.</p>
http://stackoverflow.com/questions/226135/scripting-library-for-delphi/228928#2289286Answer by edomaur for Scripting library for Delphiedomaur2008-10-23T08:19:34Z2008-10-24T06:32:15Z<p>When I was still working on a project in Delphi and beginning to look at Python, I used the <a href="http://mmm-experts.com/Products.aspx" rel="nofollow">Python for Delphi</a> components. </p>
http://stackoverflow.com/questions/226135/scripting-library-for-delphi/231334#2313343Answer by Toby Allen for Scripting library for DelphiToby Allen2008-10-23T20:21:01Z2008-10-23T20:21:01Z<p><a href="http://www.php4delphi.net/" rel="nofollow">PHP4Delphi</a> allows you to call php scripts from within a delphi application, and while not strictly a scripting solution for a Delphi app, with a little bit of tweaking could easily be used as such.</p>
http://stackoverflow.com/questions/226135/scripting-library-for-delphi/905537#9055370Answer by ErvinS for Scripting library for DelphiErvinS2009-05-25T06:09:31Z2009-05-25T06:09:31Z<p>If you need speed, features and crossplatform (FreePascal) I would strongly suggest <a href="http://www.paxcompiler.com/" rel="nofollow">PaxCompiler</a>.</p>
http://stackoverflow.com/questions/226135/scripting-library-for-delphi/1839494#18394940Answer by Alexander Hramov for Scripting library for DelphiAlexander Hramov2009-12-03T11:59:51Z2009-12-03T11:59:51Z<p><a href="http://lmd.de/products/vcl/lmdscriptpack/" rel="nofollow">LMD ScriptPack</a> This package enables Delphi/CBuilder applications to support active scripting languages installed in Windows Scripting Host (such as VB Script, JScript, etc). Included integrated debugger for handling the supported script languages. Since Release 5.1 a native PascalScript implementation is available.</p>