David Ulbrich wrote:
in unit system, the BPReal type must be changed to a packed record (at least if the target is not a i686). We're using GPC with GCC-crosscompiler for embedded ARM CPU's (4 byte alignment). Without 'packed', mapping of existing BP-created data structures containing this 6 byte 'real' type does not work.
OK.
Frank