From: sandmann AT clio DOT rice DOT edu (Charles W. Sandmann) Subject: Re: system() problem in go32 V1.09 To: JMILLER AT CHESS DOT EISC DOT UTOLEDO DOT EDU Date: Mon, 26 Jul 1993 13:33:10 -0600 (CDT) Cc: djgpp AT sun DOT soe DOT clarkson DOT edu (DJGPP Mailing List) > I have encountered a problem with go32 v1.09 in which the program will > hang sometimes when a system call is made to beep: There were some bugs in the system paging code in V1.09. They are fixed in V1.10. The V1.09 bugs could cause such a hang, especially if the system command was called more than once with malloc() calls between. A better and much faster way to beep is to use the sound() procedure in pc.h