[fpc-pascal] Memoryleak in SQLite3db.TSqlite?

2012-10-16 Thread Michael Fuchs
Hello, I wrote a simple test program with SQLite3db program SqliteMemoryLeak; {$mode objfpc}{$H+} uses HeapTrc, {$IFDEF UNIX}{$IFDEF UseCThreads}CThreads,{$ENDIF}{$ENDIF} Classes, SysUtils, SQLite3db; var X: TSQLite; S: TStringList; begin try S := TStringList.Create; X := TS

Re: [fpc-pascal] fphttpclient close connection?

2012-10-16 Thread waldo kitty
On 10/16/2012 02:36, michael.vancann...@wisa.be wrote: On Mon, 15 Oct 2012, waldo kitty wrote: i've noted that fphttpclient has a DefaultTimeout of 15 minutes... how can i close the connection after all data is received? That should happen by itself ? Keeping the connection open is current

[fpc-pascal] problems compiling FPC

2012-10-16 Thread dhkblaszyk
Hi, I am trying to update my FPC from SVN, but for some reason I keep on getting a compilation error. The last build was from 21955 (23rd July 2012). See below for the makefile output. Regards, Darius C:lazarusfpctrunk>make all make compiler_cycle RELEASE=1 make[1]: Entering directory `C:

Re: [fpc-pascal] problems compiling FPC

2012-10-16 Thread Marco van de Voort
In our previous episode, dhkblas...@zeelandnet.nl said: > > I am trying to update my FPC from SVN, but for some reason I > keep on getting a compilation error. The last build was from 21955 (23rd > July 2012). See below for the makefile output. The crucial bit of information, the version of the

Re: [fpc-pascal] problems compiling FPC

2012-10-16 Thread dhkblaszyk
The starting compiler is also from SVN (21955). On 16 okt '12, mar...@stack.nl wrote: > In our previous episode, dhkblas...@zeelandnet.nl [1]said: > >> I am trying to update my FPC from SVN, but for some reason I keep on getting a compilation error. The last build was from 21955 (23rd July

Re: [fpc-pascal] problems compiling FPC

2012-10-16 Thread Vincent Snijders
2012/10/16 : > The starting compiler is also from SVN (21955). > On 16 okt '12, mar...@stack.nl wrote: > > It should be 2.6.0, and nothing else. Then the solution is simple, use fpc 2.6.0. Vincent ___ fpc-pascal maillist - fpc-pascal@lists.freepascal

Re: [fpc-pascal] problems compiling FPC

2012-10-16 Thread Marco van de Voort
In our previous episode, dhkblas...@zeelandnet.nl said: > The starting compiler is also from SVN (21955). [bold][font size=1][color=red][style=blink] The starting compiler is only guaranteed to work if it is the last release. And only the last release, 2.6.0. Anything else can break at any t

Re: [fpc-pascal] problems compiling FPC

2012-10-16 Thread dhkblaszyk
I heard you the first time, don't worry. Just don't clown around so much. It was a perfectly normal reply on your mail. I will do as you proposed. On 16 okt '12, mar...@stack.nl wrote: > In our previous episode, dhkblas...@zeelandnet.nl [1]said: > >> The starting compiler is also from SVN

Re: [fpc-pascal] problems compiling FPC

2012-10-16 Thread Graeme Geldenhuys
On 2012-10-16 22:01, Marco van de Voort wrote: > > [bold][font size=1][color=red][style=blink] > The starting compiler is only guaranteed [snip] > [/style][/color][/font][/bold] hehehe It is rather crazy how often this same problem occurs on the mailing list. Just thinking out lou

Re: [fpc-pascal] problems compiling FPC

2012-10-16 Thread Marco van de Voort
In our previous episode, Graeme Geldenhuys said: > > [bold][font size=1][color=red][style=blink] > > The starting compiler is only guaranteed [snip] > > [/style][/color][/font][/bold] > > hehehe It is rather crazy how often this same problem occurs on the > mailing list. And how old

Re: [fpc-pascal] problems compiling FPC

2012-10-16 Thread Rainer Stratmann
Am Tuesday 16 October 2012 23:21:51 schrieb Graeme Geldenhuys: > This will then hopefully reduce (or with some luck totally eliminate) > this very popular support question. I work like this. I try to eliminate questions from the users. In principle users of my progam only have to plug a USB Stick

Re: [fpc-pascal] problems compiling FPC

2012-10-16 Thread Graeme Geldenhuys
On 2012-10-16 22:37, Rainer Stratmann wrote: > But that means work... And how much waisted time was spend by users "debugging the issue" and by developers answering the same question over and over. As Marco said, this issue has been around for years! Programmers write code to reduce work, not mak

Re: [fpc-pascal] problems compiling FPC

2012-10-16 Thread Rainer Stratmann
Am Tuesday 16 October 2012 23:47:45 schrieb Graeme Geldenhuys: > On 2012-10-16 22:37, Rainer Stratmann wrote: > > But that means work... > > And how much waisted time was spend by users "debugging the issue" and > by developers answering the same question over and over. As Marco said, > this issue

Re: [fpc-pascal] problems compiling FPC

2012-10-16 Thread Frank Church
On 16 October 2012 22:58, Rainer Stratmann wrote: > Am Tuesday 16 October 2012 23:47:45 schrieb Graeme Geldenhuys: > > On 2012-10-16 22:37, Rainer Stratmann wrote: > > > But that means work... > > > > And how much waisted time was spend by users "debugging the issue" and > > by developers answerin