Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

directx & opengl linker error

Status
Not open for further replies.

rawsoft

Programmer
Feb 3, 2002
5
US
can someone let me know how to fix this problem. while trying to init directx music withing opengl.

LxAudio.obj : error LNK2001: unresolved external symbol _CLSID_DirectMusicSegment
gLxAudio.obj : error LNK2001: unresolved external symbol _IID_IDirectMusicSegment8
gLxAudio.obj : error LNK2001: unresolved external symbol _GUID_DirectMusicAllTypes
gLxAudio.obj : error LNK2001: unresolved external symbol _CLSID_DirectMusicPerformance
gLxAudio.obj : error LNK2001: unresolved external symbol _IID_IDirectMusicPerformance8
gLxAudio.obj : error LNK2001: unresolved external symbol _CLSID_DirectMusicLoader
gLxAudio.obj : error LNK2001: unresolved external symbol _IID_IDirectMusicLoader8
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top