Re: [fpc-pascal] Using FPC as a scripting engine

2006-10-13 Thread Michael Van Canneyt
On Fri, 13 Oct 2006, Alexander Todorov wrote: > On 10/11/06, Alexander Todorov <[EMAIL PROTECTED]> wrote: > > Hello list, > > currently I am using RemObjects Pascal Script as a scripting language > > for a project of mine. > > All scripts are simple programs that use "API" exported from the main

Re: [fpc-pascal] Using FPC as a scripting engine

2006-10-13 Thread Alexander Todorov
On 10/11/06, Alexander Todorov <[EMAIL PROTECTED]> wrote: Hello list, currently I am using RemObjects Pascal Script as a scripting language for a project of mine. All scripts are simple programs that use "API" exported from the main program. They have and some global variables defined as well. e

[fpc-pascal] Using FPC as a scripting engine

2006-10-11 Thread Alexander Todorov
Hello list, currently I am using RemObjects Pascal Script as a scripting language for a project of mine. All scripts are simple programs that use "API" exported from the main program. They have and some global variables defined as well. example: begin Context.ShowMessage(Params.Param('message')