18 Apr
2002
18 Apr
'02
6:12 p.m.
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