Re: [lazarus] mem leaks

2007-06-23 Thread zeljko
On Friday 22 June 2007 23:22, Marc Weustink wrote: zeljko wrote: On Friday 22 June 2007 14:51, Marc Weustink wrote: zeljko wrote: Compiled simple project with -gh , and it seem that TForm doesn't call Free() for it's children (created at design time) eg. MainForm - Form1 -

Re: [lazarus] GTK1 + dirsel unit + TSelectDirectoryDialog

2007-06-23 Thread Giuliano Colla
Graeme Geldenhuys ha scritto: Hi, Anybody know or can give hints on how we can implement the 'dirsel' unit to be used for the GTK1 TSelectDirectoryDialog? I have no clue where to start looking. :-( I had attempted a reply, but I don't see it posted, maybe because of an attachment, or

Re: [lazarus] mem leaks

2007-06-23 Thread Michael Van Canneyt
On Sat, 23 Jun 2007, zeljko wrote: On Saturday 23 June 2007 10:34, Marc Weustink wrote: zeljko wrote: On Friday 22 June 2007 23:22, Marc Weustink wrote: zeljko wrote: On Friday 22 June 2007 14:51, Marc Weustink wrote: zeljko wrote: Compiled simple project with -gh , and it

Re: [lazarus] mem leaks

2007-06-23 Thread zeljko
On Saturday 23 June 2007 12:44, Marc Weustink wrote: zeljko wrote: On Saturday 23 June 2007 10:34, Marc Weustink wrote: zeljko wrote: [snip] 3. Create form (with n children) like with TForm2.Create(NIL) do ... RESULT = NOT OK, heaptrc screams about unfreed memory blocks Adding

Re: [lazarus] Lazarus on Debian

2007-06-23 Thread Mark Morgan Lloyd
Micha Nelissen wrote: I usually want the latest bug fixes etc, so compile from source. But another possibility is to download the lazarus debs from debian, and install them. There are little dependencies so I guess newer versions will also work. On the other hand since the x86 machine I'm

Re: [lazarus] Patch for Icon Editor

2007-06-23 Thread wile64
Hello Tom, it misses the unit ColorPickButton Laurent 2007/6/23, Tom Gregorovic [EMAIL PROTECTED]: wile64 napsal(a): I downloaded the version SVN of LazIconeEditor, how to make to make advanced project ( if I can ). For the moment I made a patch which corrects a problem with the

Re: [lazarus] Patch for Icon Editor

2007-06-23 Thread Tom Gregorovic
wile64 napsal(a): I downloaded the version SVN of LazIconeEditor, how to make to make advanced project ( if I can ). For the moment I made a patch which corrects a problem with the loading the Icons. Thanks, applied. Tom _