Re: [fpc-pascal] Leak narrowed down

2010-10-28 Thread Andrew Brunner
>> 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

[fpc-pascal] Re: Re: TPLY

2010-10-28 Thread Paul Nicholls
"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

Re: [fpc-pascal] Leak narrowed down

2010-10-28 Thread Jonas Maebe
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

Re: [fpc-pascal] Leak narrowed down

2010-10-28 Thread Luca Olivetti
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

Re: [fpc-pascal] Leak narrowed down

2010-10-28 Thread Tobias Giesen
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

Re: [fpc-pascal] Re: TPLY

2010-10-28 Thread Brian Winfrey
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

[fpc-pascal] Re: Changes in fcl-web

2010-10-28 Thread leledumbo
> 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

Re: [fpc-pascal] Changes in fcl-web

2010-10-28 Thread Joost van der Sluis
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

Re: [fpc-pascal] Changes in fcl-web

2010-10-28 Thread Joost van der Sluis
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