OS/2, eCS & ArcaOS - Technical > Applications

General Software Testing

<< < (12/12)

Dave Yeo:
Ran fine here, besides the default scaling being too small. After adjusting the scale to 100% looks good.

Steven Levine:
Fractz could be fixed to work with systems with more than 256 colors.  All that is needed is to avoid array overflow.  It might be sufficient to increase

static LONG blTable[256],   // color tables
            alTable[256];

to hold 16M entries.  If this makes the program too big to fit in memory, there are other options.

Dave Yeo:
I did try that, along with a larger stack,

--- Code: ---06-25-2024  22:00:48  SYS3175  PID 01d5  TID 0001  Slot 0082
H:\TMP\FRACTZ\FRACTZ.EXE
c0000005
1f9adf76
P1=00000001  P2=0c685000  P3=XXXXXXXX  P4=XXXXXXXX
EAX=00001740  EBX=00001740  ECX=00000230  EDX=121ff344
ESI=0c685000  EDI=122001c4
DS=0053  DSACC=d0f3  DSLIM=bfffffff
ES=0053  ESACC=d0f3  ESLIM=bfffffff
FS=150b  FSACC=00f3  FSLIM=00000030
GS=0000  GSACC=****  GSLIM=********
CS:EIP=005b:1f9adf76  CSACC=d0df  CSLIM=bfffffff
SS:ESP=0053:0809278c  SSACC=d0f3  SSLIM=bfffffff
EBP=ffffe8c0  FLG=00010202

PMMERGE.DLL 0004:0001df76

--- End code ---

I've since lost my work as it was on the ram disk

Martin Iturbide:
Hello

I found this software from 1992. I don't understand what it does or how to generate the dictionary it request.

Regards

Navigation

[0] Message Index

[*] Previous page

Go to full version