[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Inform 5.5 for Orca shell posted to cba2



>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