Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
array of something is just a pointer, there is no additional information in it.
Any kind of such information stores only in memory manager, but only for arrays
which are created in Pascal-code. Something like that can be noticed for
Strings. @String[ 1 ] - just a PAnsiChar/PWideChar. And cpPolyShape.verts/etc.
creates on Chipmunk side, so it always behaves as expected and works just
fine(tested on every platform).
Original comment by dr.andru@gmail.com
on 23 Jan 2012 at 9:35
OK. Thanks for your comments. I was a bit worried because dynamic arrays also
store some side information like reference count and array length. But if it
passes all tests, then it should be good.
Sorry to waste your time on this.
Original comment by bil...@planet.nl
on 23 Jan 2012 at 10:36
Original issue reported on code.google.com by
bil...@planet.nl
on 23 Jan 2012 at 8:44