[Gambas-devel] 1.9.1 pcre problem diagnosed

Rob sourceforge-raindog2 at ...19...
Wed Jan 12 14:56:45 CET 2005


On Wednesday 12 January 2005 05:01, Benoit Minisini wrote:
> On Tuesday 11 January 2005 19:09, Rob wrote:
> > One of the last changes I made to the regexp.c file was
> > adding exec options and compile options as optional
> > arguments. Unfortunately, if you don't specify both
> Be careful, Rob!
> GB.ToZeroString() returns a -temporary- string that is freed
> later by the interpreter. Don't use it if you want to store a
> string into an object structure! Use GB.NewString() instead,
> and GB.FreeString() to free it.

Well, the compiler and exec options are both integers (sums of 
flags) so I assume this will not be an issue.

Rob






More information about the Devel mailing list