hi all
i have problems with directx9 lib's.
i have started programing with directx8 and now directx9. the problem is that when i am trying to use directsound i get errors like:
Sound.obj : error LNK2001: unresolved external symbol _IID_IMediaPosition
Sound.obj : error LNK2001: unresolved external symbol _IID_IMediaControl
Sound.obj : error LNK2001: unresolved external symbol _CLSID_FilterGraph
Sound.obj : error LNK2001: unresolved external symbol _IID_IGraphBuilder
Debug/Unrevealed.exe : fatal error LNK1120: 4 unresolved externals
Error executing link.exe.
i have had similar problems but i solved them with this
#pragma comment(lib, "d3dx9.lib");
#pragma comment(lib, "d3d9.lib");
#pragma comment(lib, "Dxguid.lib");
#pragma comment(lib, "Strmiids.lib");
tnx

directx9 lib error
Nicola Tuveri
Yes i too think same
vladgrig
Dmitriy Velichkin
Maybe this will be helpful:
http://msdn.microsoft.com/library/default.asp url=/library/en-us/vsintro7/html/vxurfvcdirectoriesprojectsoptionsdialogbox.asp