Patch 4 to Fractint version 20.04 is now available on the developer's web site: www.fractint.org Here's what's new: Added minor changes so that Xfractint would compile under Cygwin. Added lines to the Xfractint makefile (commented out) for compiling in a 64-bit environment. Fixed Xfractint so that built in calls to a different map file would work. Modified the logic for calculating when to switch from using a grid to using the on-the-fly calculation of an image's pixels. This affects how large an image can be made when using integer math. The switch is now made when (xdots + ydots) * sizeof(long) > 32768. Pulled the WinFract version 18.21 source into the CVS repository source tree. This code now runs but still has many many bugs. The executable for WinFract is still being kept in the experimental directory for now. I did not make a diff for this patch, but I did upload the source files. Note that the float-only and Allegro based code are not up to date. Jonathan