[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Inform 5.5 for Orca shell posted to cba2
- Subject: Re: Inform 5.5 for Orca shell posted to cba2
- From: glyn@cs.ualberta.ca (Devin Reade)
- Date: 1995/07/28
- Newsgroups: comp.sys.apple2
- Organization: Myrias Research Corporation
- References: <3usss6$hhd@PEAK.ORG> <3v0tc3$so7@scapa.cs.ualberta.ca> <3v2ce1$8c0@PEAK.ORG>
>I thought of trying this, but for some (unknown) reason, needsgno() and
>kernStatus() both failed to function properly (or their use has changed
>since the documentation that came with GNO 2.0...)
I've got the latest general GNO release (the one that came out
at least a year ago -- v2.0.4?) and use needsgno() most of the
time without any troubles. Typical usage is something like:
if (!needsgno()) {
fprintf(stderr,"Requires GNO\n");
exit (-1);
}
While I have not verified that _all_ my programs exit as expected
when run under the Orca Shell, all of my programs that I have tried
have done so.
--
Devin Reade gdr@myrias.com