Re: [fpc-pascal] CGI upload app

2009-07-01 Thread Graeme Geldenhuys
Vincent Snijders wrote: > > I wonder if Darius is still looking for an answer after more than 2 year > ... Well, in commercial terms (or like most companies here in RSA), that reply was instant! :-) Either way, it's good to know that you will get an answer in this mailing list, no matter how lo

Re: [fpc-pascal] If an Assert fails in constructor, then destructor called (?)

2009-07-01 Thread Tom Verhoeff
On Tue, Jun 30, 2009 at 07:58:47PM +0100, Inoussa OUEDRAOGO wrote: > 2009/6/29 Tom Verhoeff : > > While tracing a nasty bug (?), I discovered the hard way that when > > an Assert is done in a constructor, and it fails, then the destructor > > (Destroy) is automatically called. > > Indeed, when an

Re: [fpc-pascal] If an Assert fails in constructor, then destructor called (?)

2009-07-01 Thread Michael Van Canneyt
On Wed, 1 Jul 2009, Tom Verhoeff wrote: On Tue, Jun 30, 2009 at 07:58:47PM +0100, Inoussa OUEDRAOGO wrote: 2009/6/29 Tom Verhoeff : While tracing a nasty bug (?), I discovered the hard way that when an Assert is done in a constructor, and it fails, then the destructor (Destroy) is automatica