Anyone know where to find this critter?
here: C:\Dev-Cpp\lib (assuming a defauly install)
libwinmm.a is the name on disc.
Derek
Found it! Thanks :O)
So here's what I'm getting when I try to compile:
[Linker error] undefined reference to `PlaySoundA@12'
What now?
Put -lwinmm in Project Options>General>Linker Options/Optional Libs or Object files.
Thanks again Derek!
No sweat, I had the same problem a while ago.
Log in to post a comment.
Anyone know where to find this critter?
here: C:\Dev-Cpp\lib (assuming a defauly install)
libwinmm.a is the name on disc.
Derek
Found it! Thanks :O)
So here's what I'm getting when I try to compile:
[Linker error] undefined reference to `PlaySoundA@12'
What now?
Put -lwinmm in Project Options>General>Linker Options/Optional Libs or Object files.
Derek
Thanks again Derek!
No sweat, I had the same problem a while ago.
Derek