--TheGoop
Need help with loading Wav files using DirectSound
You need to link with winmm.lib. Go to the projects menu then settings then click the link tab and add winmm.lib
I am writing a sound engine, but am new to direct sound. Right now I have it so it should just load wav file and play it.
However, these are the errors I get:
error LNK2001: unresolved external symbol __imp__mmioClose@8
sndDemo.obj : error LNK2001: unresolved external symbol __imp__mmioRead@12
sndDemo.obj : error LNK2001: unresolved external symbol __imp__mmioDescend@16
sndDemo.obj : error LNK2001: unresolved external symbol __imp__mmioAscend@12
sndDemo.obj : error LNK2001: unresolved external symbol __imp__mmioOpenA@12
Any ideas what the problem is?
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement