18 Oct
2004
18 Oct
'04
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