On Monday 08 April 2002 07:57 pm, Tim wrote:
Can't MASM compile 32 bit code?
Yes, but we weren't using it in a 32 bit environment.
The quick and dirty solution is simply a C equivalent to your NASM mile. The make file could have an additional target, one that uses the Asm, one that uses the C.Once PHD's windows port works we can worry about backporting assembler.
Patch 4 will momentarily be uploaded, and it takes care of this. The C equivalent was already in the source, I just needed to add some defines to the source and the Makefile and it was done.
I think life would be simplified by combining all the compatible distributions into one ZIP. That would enforce sharing files. We should be able to do that with Xfractint and Fractint now.
Maybe. It might make more sense to leave the common code in the same directory and put the X specific code in a subdirectory. Then change the Makefile to work. Jonathan