home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!munnari.oz.au!ariel.ucs.unimelb.EDU.AU!werple.apana.org.au!spectre!guru!Bob_Rye
- From: Bob_Rye@guru.apana.org.au (Bob Rye)
- Newsgroups: comp.sys.amiga.programmer
- Subject: SAS/C 6 ctrl-c killer?
- Distribution: world
- Message-ID: <Bob_Rye.05m0@guru.apana.org.au>
- Date: 6 Nov 92 19:28:21 +1100
- Organization: Guru Meditation BBS
- Lines: 26
-
-
- Hello all, I have just converted my source file over to SAS/C version 6,
- and have finally got it compiling without error! The problem is that the
- ctrl-c break checking is still working even though I have used:
-
- int CXBRK(void)
- {
- return(0);
- }
-
- and chkabort() in the same way. How do I stop SAS/C 6 from reading ctrl-c
- breaks? Thanks in advance!
-
- Bob!
- ----
- +--------------------------------+---------------------------+
- | It was every man's fantasy: to | Bob Rye |
- | be kept by a woman whose skirt | FidoNet 3:633/359.7 |
- | is as short as the lifespan of | TriNet 42:8699/8.7 |
- | the man that she chooses... | AmigaNet 41:300/359.7 |
- | - Al Bundy | bob_rye@guru.apana.org.au |
- +--------------------------------+---------------------------+
-
-
- -- Via DLG Pro v0.995
-
-