inline __missing_type__ IAgilentInfiniiumSystem::GetIO ( ) { __missing_type__ * _result; HRESULT _hr = get_IO(&_result); if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this)); return _result; } Error in line return _result;
Error C2440 'return': cannot convert from '__missing_type__ *' to '__missing_type__' I try to correct by returning the address, replacing the line with: return &_result;
The result is zero, the error is exactly the same. I even tried to comment out this piece of code, it still finds an error.
The question itself: how to fix, or get around.
__missing_type__and__missing_type? - 0xdb*. - αλεχολυτ.tlifile.tligeneral, who generates it and on the basis of what? - αλεχολυτ