Building on question: "Delphi - Detect Int64 Overflow Error".
Does anybody have (or a link to) a __llmulo procedure (system.pas) which correctly implements Int64 multiplication with the correct overflow checking? Or maybe a procedure that does something similar.
I have found http://qc.embarcadero.com/wc/qcmain.aspx?d=34049 but it seems (from the comments in the page) that it has bugs.
(I'm using Delphi 7)