Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2.fluke 9/24/84; site vax2.fluke.UUCP Path: utzoo!linus!decvax!tektronix!uw-beaver!fluke!sota From: sota@fluke.UUCP (Bruce White) Newsgroups: net.micro.pc Subject: Sidekick vs. Microsoft C Message-ID: <962@vax2.fluke.UUCP> Date: Wed, 9-Oct-85 11:50:28 EDT Article-I.D.: vax2.962 Posted: Wed Oct 9 11:50:28 1985 Date-Received: Sat, 12-Oct-85 06:32:26 EDT Distribution: net Organization: John Fluke Mfg. Co., Inc., Everett, WA Lines: 24 <> Does anyone know why memory resident programs such as Sidekick won't come up when the following program, compiled with Microsoft C (3.0), is being run? main () { char string[80]; while (1) { puts("Enter a terminated line\n"); gets(string); } } Sidekick is loaded, the above program is executed, and then Ctrl-ALT is pressed to invoke Sidekick. The computer emits 5 slow beeps, and then continues. A similar version of the program, (using fgets(string,80,stdin)), compiled with C86 did the same thing. Any ideas? -- Bruce T. White John Fluke Mfg. Co., Inc. {uw-beaver,decvax!microsof,ucbvax!lbl-csam,allegra,ssc-vax}!fluke!sota