Hello,
I did the migration of my application from vc++ 6.0 to vc++ 2013 version,after migration i got some errors in my code.
error c2440: 'return' : cannot convert from '_missing_type_*'to'_missing_type_'
inline _missing_type_ IcustomImportHelpers::Getparsed_records(){
_missing_type_ * _result ;
HRESULT _hr=get_parsed_records(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _Result; //error
}
Any kind of help will be appreciated ,thanks
Thanks, Suji