Help!
With the BDASample, I keep getting a 80020005 error 'Type Mismatch' when trying to add the locator to the tune request in the following code:
//
// Add the locator to our created Tune Request
//
hr = pDVBTTuneRequest->put_Locator(pDVBTLocator); //Get 80020005 'Type Mismatch' Error here
if (FAILED( hr))
{
ErrorMessageBox(TEXT("Cannot put the locator\n"));
return hr;
}
I'm getting this under Visual Studio .net 2003 and have a Dvico Fusion with BDA drivers. This is driving me crazy. If I comment out (ignore) the error handling I get no further errors, and I can connect graphedit and get a incomplete graph.
Has anyone else got this running with VS .net ?
jb007