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
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
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:
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
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
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
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
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
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
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
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
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
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
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
14 matches
Mail list logo