On 1/7/17, Tomas Hajny <XHajT03 at hajny.biz> wrote: > I can't comment the first part, but where exactly is a type named "float" > defined in FPC (which unit)? Float is defined in math unit. It is an alias to float128, if that type exists, else extende, or else to double, or else to single. Bart