Sound Please?!
-
How to include a library (or something like that) that can play sound (wav)(but mp3 would be a lot cooler!)? I know that winmm can do something like that, but the linker bails out then.
See the WIN32 API function PlaySound() onwards and upwards...
-
How to include a library (or something like that) that can play sound (wav)(but mp3 would be a lot cooler!)? I know that winmm can do something like that, but the linker bails out then.
do your homework alone please... you can do this yourself, it isn't that difficult! Don't try it, just do it! ;-)
-
do your homework alone please... you can do this yourself, it isn't that difficult! Don't try it, just do it! ;-)
-
No I can't. I assume that PlaySound etc. is declared in , is that okay? Well, if it is and I build the thing (executable), the LINKER crashes, cuz there is no .lib file for that function. SO: Where the heck can I get it?!