Re: [fpc-pascal] multidimensional dynarrays SetLenght and memory layout

2006-09-16 Thread Marc Santhoff
Am Samstag, den 16.09.2006, 09:45 +0200 schrieb Florian Klaempfl: > Marc Santhoff schrieb: > > Hi, > > > > since I managed to get static arrays handed over to a C library I want > > to know if this is possible for dynamic arrays too. > > > > I browsed the docs and source but I'm not able to find

Re: [fpc-pascal] multidimensional dynarrays SetLenght and memory layout

2006-09-16 Thread Florian Klaempfl
Marc Santhoff schrieb: Hi, since I managed to get static arrays handed over to a C library I want to know if this is possible for dynamic arrays too. I browsed the docs and source but I'm not able to find the actual implementation of the SetLength() procedure for dynarrays. rtl/inc/dynarr.in

[fpc-pascal] multidimensional dynarrays SetLenght and memory layout

2006-09-15 Thread Marc Santhoff
Hi, since I managed to get static arrays handed over to a C library I want to know if this is possible for dynamic arrays too. I browsed the docs and source but I'm not able to find the actual implementation of the SetLength() procedure for dynarrays. Where is it or maybe better: how does it work