Path: utzoo!attcan!uunet!tut.cis.ohio-state.edu!ucbvax!bloom-beacon!mcgill-vision!thunder.mcrcim.mcgill.edu!mouse From: mouse@thunder.mcrcim.mcgill.edu (der Mouse) Newsgroups: comp.sys.next Subject: NXBeep() coredumping on me Message-ID: <1990Oct14.053814.6719@thunder.mcrcim.mcgill.edu> Date: 14 Oct 90 05:38:14 GMT Organization: McGill Research Centre for Intelligent Machines Lines: 20 Okay, I give up. Why does this program coredump? #import void main(void) { NXBeep(); } The only even semi-plausible explanation that anyone around here has offered is that NXBeep() requires that it be called inside an Application Kit main loop (eg, [NXApp run]). However, that seems like a very strange requirement, and the manual doesn't even hint at it as far as I can tell. /NextLibrary/Documentation/NeXT/SysRefMan/23.CFunctions.wn is "the manual" I refer to here. Answers? Or even comments or hints? der Mouse old: mcgill-vision!mouse new: mouse@larry.mcrcim.mcgill.edu