rvelthuis / DelphiBigNumbers

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

FreePascal Support #7

Closed Xor-el closed 6 years ago

Xor-el commented 6 years ago

First of all, I would like to commend the brilliant work you have done on this library. I would also like to ask if there are any future plans to support FreePascal compiler??

rvelthuis commented 6 years ago

I will not do any FreePascal support myself. There are too many differences for me to make it work. But, as I wrote in my article about BigIntegers, I did try. Despite the differences, it seems quite possible, but still a lot of work, so you are free to try it yourself.