/* time-alert*/
# include <stdio.h>
# include <winmm.h>
void main (void)
{
sndPlaySound("filename",synchroon, assynchroon);
}
sndPlaySound is the problem, I can't get this function to play my wave-file.
does anybody know whitch librabry I should include or whitch other fuction I should use?



LinkBack URL
About LinkBacks


