Re: [fpc-devel] make cycle fails on win32

2005-12-15 Thread Vincent Snijders
Vincent Snijders wrote: Hi, On win32 I cannot cycle the compiler anymore. I used fpc 2.0.0 and fpc 2.0.2 as starting compilers, but both stop at the same place: D:/lazarus/source/fpc/2.1/compiler/ppc1.exe -Ur -Xs -OG2p3 -n -Fui386 -Fusystems

[fpc-devel] PR results

2005-12-15 Thread Daniël Mantione
Hi, Small roundup of newssites that have covered FPC 2.0.2: - Tectonic - Very nice article: http://www.tectonic.co.za/view.php?id=768 - LWN - Disappointing small post in the weekly edition: http://www.lwn.net/Articles/163271 - Tweakers - Nice, but the meuktracker is out of sight for most

Re: [fpc-devel] Access Violation withnested DLL'scompiledbyFPC(andsome more info on bug #4538)

2005-12-15 Thread Marc Weustink
L505 wrote: In short (don't pin me on the names or on exact details in special cases): ^ there was a reason I said this. Assume you have a ansistring and you assign something to it S := 'SomeString'; the compiler

Re: [fpc-devel] PR results

2005-12-15 Thread Michalis Kamburelis
Daniël Mantione wrote: [...] - Pascal Game Programming - Big news on front page: http://www.pascalgameprogramming.com I guess you wanted to say [http://www.pascalgamedevelopment.com/] ? Michalis ___ fpc-devel maillist -

Re: [fpc-devel] TList or TFPList - a Linked list ?

2005-12-15 Thread Micha Nelissen
Mattias Gaertner wrote: Plus some bytes for the memory manager for each mem block. Typically 8. FYI, for small blocks (512 bytes) it's only 4. And now I look at heap.inc again, I think that even alignment for small blocks could be upgraded to 4 byte granularity instead of 16 bytes. This

Re: [fpc-devel] PR results

2005-12-15 Thread Tom Verhoeff
On Thu, Dec 15, 2005 at 10:34:55AM +0100, Daniël Mantione wrote: Small roundup of newssites that have covered FPC 2.0.2: [ list deleted ] Also www.macintouch.com covered it (in their Monday 12 Dec. issue). But this quickly moved out of sight. You might still catch a glimpse at

Re: [fpc-devel] Access Violation withnested DLL'scompiledbyFPC(andsome more info on bug #4538)

2005-12-15 Thread Jonas Maebe
On 15 dec 2005, at 05:45, L505 wrote: Why does it generate a DecStringRef before you assigned the string? What if it is the first time and you are already at 0, it can't decrement it to -1 can it? The reference count can never be zero, because when it becomes zero the string is freed

Re: [fpc-devel] make cycle fails on win32

2005-12-15 Thread DSTRODT
Revision 1957 fixes this problem nicely. Thank you, Peter. As always, you're great!! Dave ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel