On Tue, 2 Dec 2008 11:47:37 -0500, Chris P. wrote:
[Quoted Text] > On Mon, 1 Dec 2008 22:46:09 -0800, addressmadan wrote: > >> I have written a small program which will load a VDS Service on Windows >> Server 2008 and then it will check for any Offline disks. If the disks are >> offline, then I'am making them Online using the VDS's API >> IVdsDiskOnline::Online(); >> >> But, I'am getting the following link error: >> error LNK2001: unresolved external symbol _IID_IVdsDiskOnline > > I don't see what this has to do with the Windows Media SDK. > > Instead of using IID_IVdsDiskOnline try using __uuidof(IVdsDiskOnline)
Not sure what SDK you think your using or if you didn't search uuid.lib very well but I found the interface name in question defined there at offset 0x2b980.
-- http://www.chrisnet.net/code.htm [MS MVP for DirectShow / MediaFoundation]
|