On Wednesday 03 April 2002 10:49 pm, Paul wrote:
All of the code I write is based on MS examples and all the correct defines already exist. I have tried compiling fractint code and get several problems. I need some assistance in setting up the correct #defines in the headers. What I can do is to compile an ZFRACT source file, eg miscres.c, and sent the error printout as a text file. Hopefully we can sort out the correct declarations.
Since the experimental code already has the interface code broken out, it would be appropriate to start with it. The down side is that it is currently a couple of patches behind. I should be able to fix that on Saturday. Make sure you compile with XFRACT defined. That will remove all the 'far' and 'near' references. The other problem you will see is due to differences in system configurations. Or, rather, where the header files are kept. We need to generate an autoconfiguration file. Someday. Jonathan