Hiya, I'm trying to add sound to my app using PlaySound() . After linking winmm.lib the application compiles successfully, however, when I try to run the program I get the following error message:
"The FCR.EXE file is linked to missing export WINMM.DLL:."
Any ideas?
Thanks in advance, dt
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-09-20
OK, I just read the post about the screensaver library and it gave me the solution (linking the .a file instead of the .lib), thanks to whoever replied to that one!
dt
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hiya, I'm trying to add sound to my app using PlaySound() . After linking winmm.lib the application compiles successfully, however, when I try to run the program I get the following error message:
"The FCR.EXE file is linked to missing export WINMM.DLL:."
Any ideas?
Thanks in advance, dt
OK, I just read the post about the screensaver library and it gave me the solution (linking the .a file instead of the .lib), thanks to whoever replied to that one!
dt