[fpc-pascal] [regex] : Is someone use SynRegExpr ? RegExpr2 vs SynRegExpr

2006-10-15 Thread TOUZEAU DAVID
dear Currently i use RegExpr2 (http://z505.com/cgi-bin/qkcont/qkcont.cgi?p=Regexpr2) to perform regex matching.. did SynRegExpr (http://www.lazarus.freepascal.org/lcl_doc/SynRegExpr.html#link23852) unit is better than RegExpr2 ? How to use SynRegExpr unit ? Currently my code to use RegEx

Re: [fpc-pascal] DBus Bindings

2006-10-15 Thread Felipe Monteiro de Carvalho
On 10/15/06, Marco van de Voort <[EMAIL PROTECTED]> wrote: Florian, afaik Sebastian already had DBus stuff. He demonstrated it in Muenchen? Arg, duplicated work? Well ... he should have written somewhere that he did it. Anyway dbus is very new, and the API changed a lot in it's short life. It

Re: [fpc-pascal] DBus Bindings

2006-10-15 Thread Marco van de Voort
> > Basically I can have one software that constantly scans the bus in a > > loop in search of messages, and another that sends messages. And it > > works. > > > > Now, I would like to write a class to make the use of dbus easier. I > > would like to emit a signal when a message arrives, but I don

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

2006-10-15 Thread Leonardo M. Ram
The address of Lars's Pascal Server Pages is http://www.psp.furtopia.org, that program doesn't compiles code on the fly, just allows you to create CGI applications with FPC in an easy way. --- Marc Santhoff <[EMAIL PROTECTED]> wrote: > Am Samstag, den 14.10.2006, 07:31 -0500 schrieb Jeff Pohlme