To: djgpp AT delorie DOT com Subject: Re: My program's a machine killer! References: <2d1m4.294$oU2 DOT 94919 AT tw12 DOT nn DOT bcandid DOT com> <38993907$1 AT news DOT uni-bielefeld DOT de> From: Michael Bukin Date: 04 Feb 2000 08:34:52 +0600 In-Reply-To: "Brian"'s message of "Thu, 03 Feb 2000 18:10:19 GMT" Message-ID: <20n1phu243.fsf@Sky.inp.nsk.su> Lines: 13 X-Mailer: Gnus v5.5/Emacs 19.34 Reply-To: djgpp AT delorie DOT com "Brian" writes: > I could get the list box to come up before without a mouse. It's just when I > started trying to turn the background to black that it crashed my system. I > called install_mouse() and install_timer(), but the screen just went to > black and then when I pressed escape, my PC rebooted. Any other ideas? LISTBOX_OBJECT is 3, but it should be 0. Perhaps this is the reason why your program crashes, when you try to change background color. BTW, the program you posted works fine for me. -- Michael Bukin