30 Sep
2010
30 Sep
'10
11:19 p.m.
Paul,
Not sure I understand exactly why (in details) that it may not be compiled under DOS any longer.
Because Fractint is compiled using the Medium Memory Model which has a 64K Byte limit on data. We have been near this limit for many years. Enabling the debug messages for the fast parser puts us over the limit. It is not a simple matter to change the memory model. Doing so affects the interface to all the assembly code. Jonathan