[DUG] Script Engines for use with Delphi

2010-04-06 Thread Graham Marsden
Hi All Read with interest the recent contributions regarding scripting options for Delphi/Python. I am using Delphi 2007 and was hoping to find components for Python 3.?? The most up to date combination I could find was Delph 2006 and Pyhton 2.5 Maybe I have missed something somewhere - Are ther

Re: [DUG] Script Engines for use with Delphi

2010-03-24 Thread Paul A Norman
And don't forget Serhiy's PHP4DELPHI Scripting, access to extensive php extensions and libraries and more! http://users.telenet.be/ws36637/php4delphi.html http://en.wikipedia.org/wiki/Php4delphi Paul On 23 March 2010 09:19, Paul Lowman wrote: > We use windows scripting engine. > > Paul Lowman

Re: [DUG] Script Engines for use with Delphi

2010-03-22 Thread Paul Lowman
We use windows scripting engine. Paul Lowman ___ NZ Borland Developers Group - Delphi mailing list Post: delphi@delphi.org.nz Admin: http://delphi.org.nz/mailman/listinfo/delphi Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: u

Re: [DUG] Script Engines for use with Delphi

2010-03-21 Thread Dennis Chuah
uot; Sent: Monday, March 22, 2010 3:03 PM To: Subject: [DUG] Script Engines for use with Delphi > Hi, > > We're looking to integrate a scripting engine of some sort into a Delphi > app. > > Possibilities are: > 1) DelphiScript from RemObjects > 2) Python for Delphi &

Re: [DUG] Script Engines for use with Delphi

2010-03-21 Thread Jeremy Coulter
ubject: Re: [DUG] Script Engines for use with Delphi I had a lot of problems with PaxScript. Once you expose a couple of hundred objects/classes and have scripts >100kb then things became unstable and I got strange problems with memory corruptions and things. Anyway, PaxScript is very old .. P

Re: [DUG] Script Engines for use with Delphi

2010-03-21 Thread Kyley Harris
perience using them. > > Cheers, > Alistair. > > > > - Original Message - > *From:* David Brennan > *To:* 'NZ Borland Developers Group - Delphi List' > *Sent:* Monday, March 22, 2010 4:14 PM > *Subject:* Re: [DUG] Script Engines for use with Delphi &

Re: [DUG] Script Engines for use with Delphi

2010-03-21 Thread Stefan Mueller
Borland Developers Group - Delphi List Subject: Re: [DUG] Script Engines for use with Delphi Hi Alistair PaxScript supports Basic, C, Pascal and Javascript scripts http://eco148-88394.innterhost.net/paxscript/ Todd. > We're looking to integrate a scripting engine of some sort into

Re: [DUG] Script Engines for use with Delphi

2010-03-21 Thread Alistair Ward
up - Delphi List' Sent: Monday, March 22, 2010 4:14 PM Subject: Re: [DUG] Script Engines for use with Delphi I'm curious to hear what people are using too as we may want to add scripting at some point. So far everyone has had a different answer and 2/3 are new ones to ad

Re: [DUG] Script Engines for use with Delphi

2010-03-21 Thread David Brennan
nt: Monday, 22 March 2010 3:35 p.m. To: 'NZ Borland Developers Group - Delphi List' Subject: Re: [DUG] Script Engines for use with Delphi You might also consider WinWrap: http://www.winwrap.com/web/basic/default.asp Previously known as "SAX Basic", SAX was in fact a rebran

Re: [DUG] Script Engines for use with Delphi

2010-03-21 Thread Jolyon Smith
out a type library (Intellisense requires/is most useful when provided with a type library, obviously). From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of Alistair Ward Sent: Monday, 22 March 2010 3:03 p.m. To: delphi@delphi.org.nz Subject: [DUG] Script Engin

Re: [DUG] Script Engines for use with Delphi

2010-03-21 Thread Todd Martin
Hi Alistair PaxScript supports Basic, C, Pascal and Javascript scripts http://eco148-88394.innterhost.net/paxscript/ Todd. > We're looking to integrate a scripting engine of some sort into a Delphi > app. > > Possibilities are: > 1) DelphiScript from RemObjects > 2) Python for Delphi > 3) TMS

Re: [DUG] Script Engines for use with Delphi

2010-03-21 Thread Colin Fraser
We use FastScript from the Fast Report people... here is their blurb: A unique feature of FastScript is its ability to use several languages (PascalScript, C++Script, JScript and BasicScript). This allows you to write scripts using your favorite language. FastScript doesn't use Microsoft Script

Re: [DUG] Script Engines for use with Delphi

2010-03-21 Thread Kyley Harris
I'm using this one unit aw_SCtrl; { The contents of this file are subject to the Mozilla Public License Version 1.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under

Re: [DUG] Script Engines for use with Delphi

2010-03-21 Thread Kyley Harris
Javascript is no problem at all. I integrated it into a project a while ago to test for scripting financial formulas etc and dynamic billing routines. I'd have to track down the component I used. it was very easy to integrate. On Mon, Mar 22, 2010 at 3:03 PM, Alistair Ward wrote: > Hi, > > We

[DUG] Script Engines for use with Delphi

2010-03-21 Thread Alistair Ward
Hi, We're looking to integrate a scripting engine of some sort into a Delphi app. Possibilities are: 1) DelphiScript from RemObjects 2) Python for Delphi 3) TMS Scripter Studio 4) JavaScript (?) Has anybody had experience with using any of these products? I am particularly interested if anyone