Re: [fpc-pascal] WARNING: Widestring Delete function causes crashes (FPC 2.2.0)

2008-05-28 Thread Tobias Giesen
As I noted in your bug report, this has been fixed in 2.2.1 for several months already. But the fix must be copied to 2.2.0 too, because the Lazarus team is still spreading this crash on their daily snapshots. I don't know who is responsible for that. Can you tell me? Cheers, Tobias

Re: [fpc-pascal] WARNING: Widestring Delete function causes crashes (FPC 2.2.0)

2008-05-28 Thread Jonas Maebe
On 28 May 2008, at 08:06, Tobias Giesen wrote: As I noted in your bug report, this has been fixed in 2.2.1 for several months already. But the fix must be copied to 2.2.0 too, because the Lazarus team is still spreading this crash on their daily snapshots. Nothing will be merged into

Re: [fpc-pascal] FPC scripting suport

2008-05-28 Thread Michael Van Canneyt
On Wed, 28 May 2008, MihaiR wrote: Hello all, Is there any component for FPS/Lazarus I can succesfully use for scripting? I'd like to build an application that can be enhanced by some simple functions stored into an external script file so that functions can be edited. There are simple

Re: [fpc-pascal] FPC scripting suport

2008-05-28 Thread Damien Gerard
Le May 28, 2008 à 12:00 PM, MihaiR a écrit : Hello all, Is there any component for FPS/Lazarus I can succesfully use for scripting? LUA is very powerfull. I used it in my app for months and it works very well. I'd like to build an application that can be enhanced by some simple functions

Re: [fpc-pascal] FPC scripting suport

2008-05-28 Thread Damien Gerard
Le May 28, 2008 à 12:30 PM, Henry Vermaak a écrit : 2008/5/28 Damien Gerard [EMAIL PROTECTED]: Le May 28, 2008 à 12:08 PM, Michael Van Canneyt a écrit : Remobjects PascalScript works with FPC. (it used to be innerfuse pascal) Just for my information does it work under Linux *and* OS X

Re: [fpc-pascal] FPC scripting suport

2008-05-28 Thread Henry Vermaak
2008/5/28 Damien Gerard [EMAIL PROTECTED]: i386 linux and win32. powerpc-darwin also works. Is i386-darwin planned ? not that i know of (not by me, anyway). won't be too hard for someone with reasonable x86 assembler knowledge. henry ___

Re: [fpc-pascal] FPC scripting suport

2008-05-28 Thread Damien Gerard
Le May 28, 2008 à 12:08 PM, Michael Van Canneyt a écrit : On Wed, 28 May 2008, MihaiR wrote: Hello all, Is there any component for FPS/Lazarus I can succesfully use for scripting? I'd like to build an application that can be enhanced by some simple functions stored into an external script

Re: [fpc-pascal] FPC scripting suport

2008-05-28 Thread MihaiR
On Wed, 28 May 2008 12:08:33 +0200 Damien Gerard [EMAIL PROTECTED] wrote: LUA is very powerfull. I used it in my app for months and it works very well. I think this is the right answer for me, simple yet realy powerful. Thank you very much. Mihai

Re: [fpc-pascal] FPC scripting suport

2008-05-28 Thread [EMAIL PROTECTED]
I'm using Pascal Script 3.0 in FPC... Fabio 2008/5/28 Michael Van Canneyt [EMAIL PROTECTED]: On Wed, 28 May 2008, wrote: I use JVInterpreter from JEDI with very good results in Delphi. It allows you to write from simple functions to complete programs using procedural and object oriented

[fpc-pascal] pqconnection patch

2008-05-28 Thread Joao Morais
Hello, The following patch fixes the reading of a bytea field from a PgSQL database. Btw is there someone working on pg's blob storage? Joao Morais Index: packages/fcl-db/src/sqldb/postgres/pqconnection.pp === ---

[fpc-pascal] another pqconnection patch

2008-05-28 Thread Joao Morais
Hello, the following patch fixes the storage of floating point numbers where the decimal point isn't a dot. Joao Morais Index: packages/fcl-db/src/sqldb/postgres/pqconnection.pp === ---