Advertisement

error LNK2001

Started by December 26, 2000 03:52 AM
0 comments, last by Maxxes 24 years ago
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?
Are you sure that you have added the right .lib files to your project ? Try "winmm.lib" or something like that ???

Best regards
Roquqkie

This topic is closed to new replies.

Advertisement