Re: [fpc-pascal] FPC Docs updated

2010-03-07 Thread Graeme Geldenhuys
Michael Van Canneyt het geskryf: > Reason for the update is the complete documentation of the DB unit: > it has been finished, and adds roughly 200 pages (in PDF) to the > documentation. I thought that was worth an update. Thanks Michael. I gather that's just the FCL class documentation, and not

Re: [fpc-pascal] Strange error with Pa_IsFormatSupported from portaudio when used with Pascal headers AND Mac OS X.

2010-03-07 Thread Jonas Maebe
On 07 Mar 2010, at 19:18, Schindler Karl-Michael wrote: > If I use Pa_IsFormatSupported from portaudio with a different sample rate > than the default, I get a division by zero error or other arithmetic error. ... > gdb backtrace shows that it is deep down in Apple libs (probably the reason, >

[fpc-pascal] Strange error with Pa_IsFormatSupported from portaudio when used with Pascal headers AND Mac OS X.

2010-03-07 Thread Schindler Karl-Michael
Hi If I use Pa_IsFormatSupported from portaudio with a different sample rate than the default, I get a division by zero error or other arithmetic error. However, it needs very special conditions. It does not occur with the same Pascal program on linux. Also the very similar test program pa_devs

Re: [fpc-pascal] Is it save to think default value of untouched string is ''?

2010-03-07 Thread lyh1
But ShortStrings also store the length in string[0]. If I do a append, I think the string will append to string[1] So don't assume string are always initialized with null string? Message: 5 Date: Sun, 7 Mar 2010 00:17:03 +0100 From: Mattias Gaertner Subject: Re: [fpc-pascal] Is it save to

[fpc-pascal] Re: [Lazarus] FPC Docs updated

2010-03-07 Thread Michael Van Canneyt
On Sat, 6 Mar 2010, Jonathan wrote: On Sat, 6 Mar 2010 13:57:48 +0100 (CET) Michael Van Canneyt wrote: Hi, The documentation has been re-generated and put on the website. the fpc/dist/2.4.0/docs directory on the FTP server contains also a version of the latest docs. Thank you! They have