|
ANN: PasScript Runner, v1.59
PasScript Runner is a non-visual version of the PasScript interpreter.
Using PasScript Runner you can:
. run scripts
. compile script into a binary pb-file
. load and run compiled scripts (pb-files)
. customize error handling
Direct link to download:
http://users.ints.net/virtlabor/downloads/psr.zip
PasScript is an interpreter of a vast subset of the Object Pascal language
which supports all Object Pascal data types except interfaces.
The interpreter allows you:
. use such concepts as default parameters, overloaded routines, open arrays,
records, classes, class references, objects, properties, events, and more
. create script-defined event handlers
. create script-defined callback functions
. import Delphi classes from dlls
. handle Windows messages
. control an OLE Automation server
. call routines defined in a dll
To learn more about PasScript, please visit site:
http://users.ints.net/virtlabor/passcript/
Alexander Baranovsky,
VIRT Laboratory
http://users.ints.net/virtlabor/
ab@virtlabor.donbass.com
Related Discussions - CLOSE AN APP I JUST OPEN WITHIN DELPHI (2001-01-12 13:32:36)See this component... TRunner.
http://sedlan.com/runner.php
Key Features
Available for Delphi versions 3, 4 and 5
Get the handle of the...
- GETTING THE CURRENT DOMAIN NAME (2001-07-27 05:41:20)Hey man, be careful, LörAn is not the abreviation of 'Laure-Anne' nor 'Ann-Laure' or anything like this. My name's Laurent, which is a french MALE...
- IS THERE ANY OPERATOR THAT DOES THE SAME AS THE '&' ? (2001-12-14 04:42:32)in delphi you can't use & (macros)... but you can simulate these using a component to create SCRIPTS that are compiled at runtime...
download:...
- WHERE I CAN UPLOAD MY ARTICLES? IT HAS SEVERAL IMAGES? (2002-08-26 15:42:28)Hi
I'm curious.... What's your article about?
How big are the image files and how many?
Have you thought about embedding the article and...
- ANN DIRECTORYES TO LISTVIEW (2002-11-05 09:35:54)While searching around for some info, I found something
that you may be interested in...
TShellTree v.1.11 By Jan Peter Stotz.
TShellTree...
- AUTOINCREMENT FIELD SQL UPDATE PROBLEM! (2003-07-05 09:45:53)uu need use sql statments:
by sample:
create table mytable (myid int primary key auto_increment, myfield1 varchar(20), myfiel2 decimal(10,2))...
- ANN FUZZYSEARCH 2.1 RELEASED (2003-10-22 05:44:37)Hallo developers. I`d like to inform you that SoftComplete
Development has prodused new vesion of Fuzzy Search 2.1.
Fuzzy searching is the tool...
- USING REGISTRY AS USER (2003-10-26 06:25:51)Hi ...
The problem is not in Delphi it is in the Registry .
you ann't add a key in the root so try to write :
reg.Openkey('.DEFAULT\Test',...
- CHANGE METHOD VISIBILITY (2003-11-24 21:01:04)Thank for your help. I already did like MrBaseball34. I thought there was a directive that allow to change visibility like properties:
CAncestor...
- ANNOUNCEMENT: FASTSCRIPT 1.2 (2003-12-10 00:14:13)Dear friends!
Good news from our team.
FastScript 1.2 is released.
Changes:
- fixed 'eventhandler = nil' bug
- fixed sets bug
- fixed...
|