Re: [fpc-devel] Suggestion for change: Overly strict check

2006-10-04 Thread Vinzent Hoefler
On Tuesday 03 October 2006 16:26, Flávio Etrusco wrote: At my workplace we've standardized on using three scope prefixes: p_ for function parameter, m_ for members/fields, and g_ for global. I know that discussion, I lost it at work already, but apart from C where every identifier is sort of

Re: [fpc-devel] TFPList.Pack

2006-10-04 Thread Micha Nelissen
Peter Vreman wrote: Micha Nelissen wrote: Hi, psrc:[EMAIL PROTECTED], is this correct ? Shouldn't it be FList^, since FList is a pointer to an array of pointers ? It is correct. It is the address of the first pointer in the array of pointers. Conceptually, it is wrong. On the

[fpc-devel] Old sockets stuff and SSockets...

2006-10-04 Thread Ales Katona
I'm currently about to fix certain issues with old sockets functions. I'm talking about Accept and Connect functions with Text parameters. These are currently only present in win32 sockets and are basicly a leftover from an old idea gone wrong. I want to remove them but if someone feels that

Re: [fpc-devel] Old sockets stuff and SSockets...

2006-10-04 Thread Michael Van Canneyt
On Wed, 4 Oct 2006, Ales Katona wrote: I'm currently about to fix certain issues with old sockets functions. I'm talking about Accept and Connect functions with Text parameters. These are currently only present in win32 sockets and are basicly a leftover from an old idea gone wrong. I

[fpc-devel] Adding a unidirectional dataset to sqldb

2006-10-04 Thread Joost van der Sluis
Hi all, I have plans to add an unidirectional dataset/query to sqldb. Thus one that isn't inherited from TDataset. This to improve performance, for for example cgi-like programs, in which iterating back and forth through a database isn't necessary. But while working on this, I discovered that

Re: [fpc-devel] va(r)_arg vs open array

2006-10-04 Thread Bisma Jayadi
For example: %d/%d/%d (dd/mm/) Hello %s(Mr). %s (Van Der Voot), Thank you for interesting in our %s(product). %s (Marco) we are more then happy to help you and give you additional information about %s (product). You can either call us at the phone number of 1234567890 extension %d (1)

Re: [fpc-devel] Adding a unidirectional dataset to sqldb

2006-10-04 Thread Martin Schreiber
On Thursday 05 October 2006 00.38, Joost van der Sluis wrote: Hi all, I have plans to add an unidirectional dataset/query to sqldb. Thus one that isn't inherited from TDataset. This to improve performance, for for example cgi-like programs, in which iterating back and forth through a