Forum unknown
· Programming
#Aztec C (3.20a)
5 messages in this thread
Anyone know how to get Aztec C 3.20a to automatically call the assembler
under 1.2. For some reason, it just seems to stop leaving the intermediate
files intact. Although, one can call the assembler manually, it would be
nice to have it done automatically. It works fine under 1.1. Thanks in
advance.
There is a patch to fix 3.20a so it will work under V1.2 of AmigaDOS. It
was required because of undocumented changes in ADOS. If you put the patch
in, you won't be able to use it under V1.1. It's probably here in one of
the DL's.
Thanks very much for the reply, I really appreciated it. Yes, I knew that
there was a patch, but didn't know the address. In case anyone is
interested, the following programs should be patched an "AC" to an "A8":
CC — D51F
MAKE- 1D37
DB – 67A9
The patch can be a simple C program that just writes the byte out in that
specific location.
Thanks very much for the reply, I really appreciated it. Yes, I knew that
there was a patch, but didn't know the address. In case anyone is
interested, the following programs should be patched an "AC" to an "A8":
CC — D51F
MAKE- 1D37
DB – 67A9
The patch can be a simple C program that just writes the byte out in that
specific location.
There is a patch to fix 3.20a so it will work under V1.2 of AmigaDOS. It
was required because of undocumented changes in ADOS. If you put the patch
in, you won't be able to use it under V1.1. It's probably here in one of
the DL's.