[fpc-pascal] Size of pdynarraytypeinfo

fredvs fiens at hotmail.com
Mon Mar 23 17:49:55 CET 2020


Some more infos:

This gives the correct size with fpc <= 3.2.0:

function dynarrayelesize(const typinfo: pdynarraytypeinfo): sizeint; 
var
 ti: pdynarraytypeinfo;
begin
 ti:= typinfo;
 inc(pointer(ti),ord(pdynarraytypeinfo(ti)^.namelen)+2);
 result:= psizeint(ti)^;
end;

But with last trunk fpc 3.3.1 the result is always = 0.

Why?




-----
Many thanks ;-)
--
Sent from: http://free-pascal-general.1045716.n5.nabble.com/


More information about the fpc-pascal mailing list