Dear all,
I would like some help with this problem. I am using DirectSound for my project and i have included the necessary libraries.
I am getting this error when i compile it. Can someone enlighten me pls?\
I am using VS .NET 2003 with Directx Aug 2007 SDK
Error
|
Compiling...
simpleVRML.c
object.c
CDirectSound.cpp
Generating Code...
Linking...
CDirectSound.obj : error LNK2001: unresolved external symbol _GUID_DirectMusicAllTypes
CDirectSound.obj : error LNK2001: unresolved external symbol _CLSID_DirectMusicPerformance
CDirectSound.obj : error LNK2001: unresolved external symbol _IID_IDirectMusicPerformance8
CDirectSound.obj : error LNK2001: unresolved external symbol _CLSID_DirectMusicLoader
CDirectSound.obj : error LNK2001: unresolved external symbol _IID_IDirectMusicLoader8
CDirectSound.obj : error LNK2001: unresolved external symbol _CLSID_DirectMusicSegment
CDirectSound.obj : error LNK2001: unresolved external symbol _IID_IDirectMusicSegment8
c:\ARToolKit 2.7.2 2003\examples\projectVRML\..\..\bin\projectVRMLd.exe : fatal error LNK1120: 7 unresolved externals
Your help is appreciated |