error LNK2001
Every time I use the PlaySound function i get a LNK2001 error.
The code reads simply:
PlaySound ("Sln1.wav", NULL, SND_FILENAME | SND_ASYNC);
Error message:
error LNK2001: unresolved external symbol __imp__PlaySoundA@12
What went wrong?
December 26, 2000 04:11 AM
Are you sure that you have added the right .lib files to your project ? Try "winmm.lib" or something like that ???
Best regards
Roquqkie
Best regards
Roquqkie
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement