Fractint arbitrary precision
18 Oct
2004
18 Oct
'04
2:22 p.m.
Does anyone know if there is a translation of Fractint's arbitrary precision library into a Windows DLL? Thore Berntsen _________________________________________________________________ MSN Messenger http://www.msn.no/computing/messenger - Den korteste veien mellom deg og dine venner
18 Oct
18 Oct
4:13 p.m.
Thore asked:
Does anyone know if there is a translation of Fractint's arbitrary precision library into a Windows DLL?
The answer is no. The code is written in portable C in a way that supports either big or little endian byte order (little endian is more efficient), and uses assembler instead of C in a PC medium memory model (e.g. DOS Fractint) environment. But no Windows DLL. Tim
7704
Age (days ago)
7704
Last active (days ago)
1 comments
2 participants
participants (2)
-
Fractal Laboratory -
Tim Wegner