ANN: C++ Builder version of TPasScript


C++ Builder version of the TPasScript component has been released.

PasScript is an interpreter of the Object Pascal language which supports all
Object Pascal data types except interfaces. The TPasScript component allows
you to embed the interpreter into your Delphi, Kylix and C++ Builder
application so you can extend and customize the application without having
to recompile it.

Using TPasScript you can:

. write and run scripts
. use such concepts as default parameters, overloaded routines, open arrays,
records, classes, class references, objects, events, and more
. pause, resume, and terminate scripts
. save/load compiled scripts to/from a stream
. call a script routine
. handle Windows messages
. create script-defined event handlers
. create script-defined callback functions
. use VCL types, routines, variables and constants in a script
. call routines defined in a dll
. control an OLE Automation server

Source code of the PasScript interpreter and TPasScript component is
compatible with Delphi 4, Delphi 5, Delphi 6, C++ Builder 3, C++ Builder 4,
C++ Builder 5 and Kylix. You don't need any extra DLLs or OCXs.

Please visit site

http://users.ints.net/virtlabor/passcript/

to learn more about PasScript.

Thank you.

Alexander Baranovsky,
VIRT Laboratory
http://users.ints.net/virtlabor/
ab@virtlabor.donbass.com



Related Discussions
Latest News
Submit News Form Past News
Latest Forum Entries