Message-ID: <386FBA6E.CFA57AE8@pepparkakor.demon.nl> Date: Sun, 02 Jan 2000 21:51:59 +0100 From: Roger X-Mailer: Mozilla 4.7 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: DJGPP Subject: What is wrong? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Hi !! When I try this little program,my computer make a reboot,and that is not what I like,so please,what is wrong? #include #include #include #include "allegro.h" SAMPLE *det; int main() { allegro_init(); install_timer(); install_sound(DIGI_AUTODETECT,MIDI_AUTODETECT,0); det=load_wav("applouse.wave"); play_sample(det,255,127,9000,-1); }