Quantcast
Channel: Visual C forum
Viewing all articles
Browse latest Browse all 15302

error c2440: 'return' : cannot convert from '_missing_type_*'to'_missing_type_'

$
0
0

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


Viewing all articles
Browse latest Browse all 15302

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>