Subject Re: FB 1.5 : UDF Access violation (not in FB 1.0)
Author vs_20100
Found it !

I had forgotten "cdecl" :


function GetStrLen(const text:PChar):integer; cdecl;
begin
result := StrLen(text);
end;


why it worked with FB 1.0 is a mystery though....

regards,
Vincent