rvelthuis / DelphiBigNumbers

BigInteger and BigDecimal for Delphi
http://rvelthuis.de/programs/bigintegers.html
BSD 2-Clause "Simplified" License
119 stars 62 forks source link

Compilation error in BigIntegers if "Typed @ operator is true" #9

Closed Safrad closed 5 years ago

Safrad commented 5 years ago

Solution: Please add {$TYPEDADDRESS OFF} to BigIntegers or cast pointers.

rvelthuis commented 5 years ago

I'll add the directive.

rvelthuis commented 5 years ago

Or actually, I changed all @... in that method to Addr(...)

rvelthuis commented 5 years ago

See above