[comp.sys.next] Open Panels and compiler errors

kamisett@enuxha.eas.asu.edu (Krishnaprasad Kamisetty) (07/18/90)

Thanks  a lot

Kris

combs@sumex-aim.stanford.edu (Dave Combs) (07/18/90)

Kris,
The OpenPanel problem is that the method is expecting a BOOL (either a 0
(NO) or a 1 (YES), not a quoted string "NO" or "YES".)  The include file
<objc/objc.h> defines the BOOL constants NO and YES, which is what you
should be using.
I don't know about the other problem with terminal messages.
Cheers,
Dave