CompuServe Thread

Aztec C Question

4 messages in this thread
#94215From: John D. SellNov 19, 1987 3:49 PM
Hi all, how can I get the scr_ functions in the Aztec C compiler (vs. 3.4b) to work correctly?? The documentation says the programs must be linked using mixcroot or shcroot?? What and where are they and how do I link to them?? Any help at all would be appreciated. John 73647,1534
#94461From: Gary ByersNov 20, 1987 10:33 PM
I think you need to link with s.lib; the documentation is probably copied from another version of Aztec C.
#94720From: John D. SellNov 22, 1987 2:00 PM
Thanks Gary, I've been linking with s.lib but the scr_ commands still do not clear screen, beep, clear to eol, or any of the other functions. If you can think of anything else I'd like to know. Thanks again… John 73647,1534
#94829From: Gary ByersNov 22, 1987 11:04 PM
Whoops. Lets try again… How does it fail? Does it crash, or just fail to postition the cursor? Dumb question: does it work any better if stdout is redirected to a RAW: window?