CompuServe Thread

Forum unknown · Programming

#Aztec C (3.20a)

5 messages in this thread
#45586From: John G. AtaDec 26, 1986 11:07 AM
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.
#45617From: Charlie HeathDec 26, 1986 2:07 PM
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.
#45666From: John G. AtaDec 26, 1986 9:23 PM
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.
#45666From: John G. AtaDec 26, 1986 9:23 PM
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.
#45617From: Charlie HeathDec 26, 1986 2:07 PM
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.