[fpc-devel] Access Violation withnested DLL'scompiledbyFPC(andsomemore info on bug #4538)
L505
fpc505 at z505.com
Fri Dec 16 12:11:25 CET 2005
correction: 1 - 1 does not = 1 ...
> From your diagram, I got this:
>
> String refcount: 2
> Decrement(string) (1 - 1 = 1)
> string -> 'some string'
> Increment(string) (1 + 1 = 2)
> We are at 2 again. What was the point of doing it at all?
Correction:
What I meant was actually this:
> String refcount: 2
> Decrement(string) (2 - 1 = 1) <------
More information about the fpc-devel
mailing list