ANN: paxScript, v1.5
From: Alexander Baranovsky (ab_at_cable.netlux.org)
Date: 11/29/03
- Previous message: Pedro Moura Relvas: "Unable to uninstall DevExpress components"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 29 Nov 2003 20:20:18 +0200
New version of the paxScript scripting engine has been released.
Major changes in v1.5:
- You can call routines defined in a dll directly in a script using all call
conventions: register, pascal, cdecl, stdcall, safecall.
- You can embed scripts into html pages and embed variables into the string
literals.
- Decreased size of paxScript footprint. It takes about 20KB per extra
TPaxScripter instance.
- Decreased size of compiled scripts.
- Pax languages are represented as Delphi components, so you can choose
selected languages.
- Extra TPaxScripter methods allows you to build the code explorer tree. The
Code Explorer panel has been added to paxScript IDE.
- New paxScript importer comes with full source code for the registered
paxScript users.
paxScript is a set of object-oriented scripting languages: paxBasic, paxC,
paxPascal and paxJavaScript. All pax-languages support such concepts of the
modern programming as namespaces, nested classes, inheritance, shared
members, indexed properties, delegates, exception handling, cross-language
integration.
TPaxScripter component allows you to embed the paxScript interpreter into
your Delphi application, so you can extend and customize the application
without having to recompile it.
Using TPaxScripter you can
- Import Delphi classes, routines, constants, and variables.
- Create script-defined event handlers.
- Call script-defined functions.
- Save/load compiled scripts to/from a stream.
- Use scripter in the debugger mode (breakpoints, step into, trace over, run
to cursor).
Source code of the paxScript interpreter and TPaxScripter component is
compatible with D5, D6, D7, BCB5, BCB6, K3.
Thank you.
Alexander Baranovsky
VIRT Laboratory
http://www.virtlaboratory.com
http://www.paxscript.com
- Previous message: Pedro Moura Relvas: "Unable to uninstall DevExpress components"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|