Soundsdatei abspielen (ohne Sounddatei zur Laufzeit)?
-
MiC++ha schrieb:
#include "windows.h" #include "mmsystem.h" // PlaySound(); //.... PlaySound("MYSOUND", HANDLE(HInstance), SND_RESOURCE); // spiel es Sam //....vergess aber nicht in den Projekt Option die Resourcen Datei in die Kompliation mit ein zu beziehen!