// if above was successful buffer should be "1" otherwise it's ""
while(strcmp(buffer,"")==0) {
crashbutton=MessageBox(HWindow, "Can't open MCI CD Audio!\n\nInsert an audio CD and\npress OK to continue.\n\nOr press CANCEL to quit.", "Fungus Error", MB_OKCANCEL | MB_ICONEXCLAMATION);
if(crashbutton==IDCANCEL) {
Bomb=TRUE;
break; // this will exit the WHILE loop if CANCEL is pressed