Re: [Fractdev] Xfractint version 20.2 patch 4
Thanks, Jonathan. I'm not using XFRACT as I then need to contend with all the unix stuff and it's cleaner to use WIN32 as it makes more sense to the other users of FRACTINT source. I just need to find all the spots where the parser etc sets up its pointers etc. The main change which is needed is the 8 bit variables like dstack which blow guessing and tessaral apart as I can't pass 16 bit values. Lots to do yet. Thanks, Paul de. ---------------------------------------------------------- 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> Date: Thursday, April 18, 2002 9:28 am Subject: Re: [Fractdev] Xfractint version 20.2 patch 4
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
_______________________________________________ Fractdev mailing list Fractdev@mailman.xmission.com http://mailman.xmission.com/cgi-bin/mailman/listinfo/fractdev
On Thursday 18 April 2002 12:29 am, PHD wrote:
I'm not using XFRACT as I then need to contend with all the unix stuff and it's cleaner to use WIN32 as it makes more sense to the other users of FRACTINT source. I just need to find all the spots where the parser etc sets up its pointers etc.
The main change which is needed is the 8 bit variables like dstack which blow guessing and tessaral apart as I can't pass 16 bit values. Lots to do yet.
Then try finding all the occurrences of "#ifdef XFRACT" and replace them with "#if (defined(XFRACT) || (defined(WIN32))" Jonathan
participants (2)
-
Jonathan Osuch -
pdeleeuw