Xfractint version 20.2 patch 4
The diff and the Xfractint source for 20.2 patch 4 are now on the ftp site. All this patch does is address PHD's assembly language problem. Jonathan
On Monday 08 April 2002 08:50 pm, I wrote:
The diff and the Xfractint source for 20.2 patch 4 are now on the ftp site. All this patch does is address PHD's assembly language problem.
And, I've updated it twice. Once to make sure 2002p04.dif had the correct cr/lf for the DOS folks, and then to add the patch number increment in realdos.c. It never pays to rush. The Xfractint source was okay, so if you downloaded it, the patch number was properly incremented. Sheesh! Jonathan
Hi Jonathan, I'm making a lot of progress and am finally down to only a few remaining unresolved externs. I still can't resolve the externs in the attached build list. All of them relate to MP maths. Is there a missing .c file in 20.2.4? At worst, would you be able to build the asm file into an object module for full 32 bit operation and sent it to me to link in? Please advise. Many thanks, Paul (PHD). ---------------------------------------------------------- Paul de Leeuw Computers Central Coast Australia Email: pdeleeuw@deleeuw.com.au www: <http://www.deleeuw.com.au> ABN 72 360 822 562 ---------------------------------------------------------- ----- Original Message ----- From: "Jonathan Osuch" <osuchj@avalon.net> To: <fractdev@mailman.xmission.com> Sent: Thursday, April 11, 2002 10:19 AM Subject: Re: [Fractdev] Xfractint version 20.2 patch 4 On Monday 08 April 2002 08:50 pm, I wrote:
The diff and the Xfractint source for 20.2 patch 4 are now on the ftp site. All this patch does is address PHD's assembly language problem.
And, I've updated it twice. Once to make sure 2002p04.dif had the correct cr/lf for the DOS folks, and then to add the patch number increment in realdos.c. It never pays to rush. The Xfractint source was okay, so if you downloaded it, the patch number was properly incremented. Sheesh! Jonathan _______________________________________________ Fractdev mailing list Fractdev@mailman.xmission.com http://mailman.xmission.com/cgi-bin/mailman/listinfo/fractdev
PHD wrote:
I'm making a lot of progress and am finally down to only a few remaining unresolved externs. I still can't resolve the externs in the attached build list. All of them relate to MP maths. Is there a missing .c file in 20.2.4?
All of the MP math stuff should be ifdeffed out via the XFRACT define. The float-only version of Xfractint that I have built definitely doesn't have any MP math's at all, even in the DOS files, but the MP math is already removed in the regular Xfractint version. I am afraid we didn't quite do this project in the most efficient manner, although in the long run it may not matter. A better starting place for you would have been the float-only Xfractint version. I wasn't quite ready to upload it, then I got sidetracked. However, if your unresolved references all have to do with MP math, you must be getting close. You are going to discover that the original Winfract is VERY old, hence is missing a lot of user interface needed for the current sources. Tim
On Tuesday 16 April 2002 10:51 pm, PHD wrote:
I'm making a lot of progress and am finally down to only a few remaining unresolved externs. I still can't resolve the externs in the attached build list. All of them relate to MP maths. Is there a missing .c file in 20.2.4?
At worst, would you be able to build the asm file into an object module for full 32 bit operation and sent it to me to link in?
Please advise.
Is it possible that these 3 files have not been recompiled since you added the -DXFRACT to your compiler commands? Try modifying them, saving them, and then recompiling. If that doesn't help, then they are probably missing an #ifndef XFRACT statement. Which would be odd, since you probably haven't gotten around to modifying these files, yet. To make the Xfractint source zip file I run a batch file that dumps all the .c files (and a bunch of others) in the current directory into the zip file. If anything, there would be some extra files. Jonathan
participants (3)
-
Jonathan Osuch -
Paul de Leeuw -
Tim Wegner