Is it correct for the exception to manifest itself in the dword case and not the qword one?
writeln(Format('%d', [qword(qword(High(Int64))+1)])); //ok writeln(Format('%d', [dword(dword(High(integer))+1)])); //exception Stephano _______________________________________________ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel