>> Then, once the program is running and has leaked memory, run
>> leaks nameofyourprogram
>
> Thanks for this tip! It is very interesting, however in this situation
> it does not detect the lost memory.
>
> At this point I have to give up on GetTextWidth - I will avoid it for
> now. Maybe next yea
"Brian Winfrey" wrote in
message news:aanlktinq5bgnulg05nyuizl8bpoxdenu3ofyuqhnp...@mail.gmail.com...
Thank you, What techiniques have you used in the past that you could
share to get me started?
On Wed, Oct 27, 2010 at 8:04 PM, leledumbo
wrote:
>
> Learn compilation technique, a recursive des
On 28 Oct 2010, at 22:12, Tobias Giesen wrote:
> Jonas wrote:
>
>> export MallocStackLogging=1
>> Then, once the program is running and has leaked memory, run
>> leaks nameofyourprogram
>
> Thanks for this tip! It is very interesting, however in this situation
> it does not detect the lost memo
Al 28/10/10 22:12, En/na Tobias Giesen ha escrit:
At this point I have to give up on GetTextWidth - I will avoid it for
now. Maybe next year the problem can be solved. I will send a note to
the Lazarus list and submit a bug report, provided I can confirm the
issue with a minimal testing program
Jonas wrote:
> export MallocStackLogging=1
> Then, once the program is running and has leaked memory, run
> leaks nameofyourprogram
Thanks for this tip! It is very interesting, however in this situation
it does not detect the lost memory.
At this point I have to give up on GetTextWidth - I will
Thank you, What techiniques have you used in the past that you could
share to get me started?
On Wed, Oct 27, 2010 at 8:04 PM, leledumbo wrote:
>
> Learn compilation technique, a recursive descent parser should be easy to
> understand and code instead of learning automatic lexer and parser
> gene
> They are up-to-date available in the fppkg repository. See the fppkg
> wiki page on how to set it up. Then:
>
> fppkg install webdesign
>
> will do the trick. And if not: tell me. Maybe you're the first one who
> uses it.
Seems like fppkg doesn't support proxy yet, so I can't download it
On Thu, 2010-10-28 at 14:16 +0200, Joost van der Sluis wrote:
> On Wed, 2010-10-27 at 20:07 -0700, leledumbo wrote:
> > Where do these methods go?
> >
> > protected function TCustWebApplication.WaitForRequest(out ARequest :
> > TRequest; out AResponse : TResponse) : boolean;
> > protected procedur
On Wed, 2010-10-27 at 20:07 -0700, leledumbo wrote:
> Where do these methods go?
>
> protected function TCustWebApplication.WaitForRequest(out ARequest :
> TRequest; out AResponse : TResponse) : boolean;
> protected procedure TCustWebApplication.EndRequest(ARequest :
> TRequest;AResponse : TRespon