unresolved external symbol __imp__PlaySoundW@12
-
friends .i am working in visual studio and learnng windows api. I complied a code and getting the following error.. error LNK2019: unresolved external symbol __imp__PlaySoundW@12 referenced in function _WndProc@16 fatal error LNK1120: 1 unresolved externals i googled and found the solution to add a WINMM.lib file to my project. i add this lib file at "project property pages->Linker->General->Additional Library Directories" but the error appears again and again. can anyone please help..
-
friends .i am working in visual studio and learnng windows api. I complied a code and getting the following error.. error LNK2019: unresolved external symbol __imp__PlaySoundW@12 referenced in function _WndProc@16 fatal error LNK1120: 1 unresolved externals i googled and found the solution to add a WINMM.lib file to my project. i add this lib file at "project property pages->Linker->General->Additional Library Directories" but the error appears again and again. can anyone please help..
-
friends .i am working in visual studio and learnng windows api. I complied a code and getting the following error.. error LNK2019: unresolved external symbol __imp__PlaySoundW@12 referenced in function _WndProc@16 fatal error LNK1120: 1 unresolved externals i googled and found the solution to add a WINMM.lib file to my project. i add this lib file at "project property pages->Linker->General->Additional Library Directories" but the error appears again and again. can anyone please help..
gateway23 wrote:
project property pages->Linker->General->Additional Library Directories"
You should only specify the folder there, not the library itself. To specify that your project has to link with this lib file, you have to specify it into "Linker -> Input -> Additional Dependencies".
Cédric Moonen Software developer
Charting control [v3.0] OpenGL game tutorial in C++ -
gateway23 wrote:
project property pages->Linker->General->Additional Library Directories"
You should only specify the folder there, not the library itself. To specify that your project has to link with this lib file, you have to specify it into "Linker -> Input -> Additional Dependencies".
Cédric Moonen Software developer
Charting control [v3.0] OpenGL game tutorial in C++