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

error c2064:term does not evaluate to a function taking 2 arguments

$
0
0

Hi All

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 c2064:term does not evaluate to a function taking 2 arguments


inline _RecordsetsPtr IcustomImportHelpers::Getrecordsets(){

struct _Recordsets  * _result = 0;

HRESULT _hr=get_recordsets(&_result);

if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));

return _RecordsetsPtr(_result, false); //error

}

Please suggest answers for my querries

thanks Ankush


Viewing all articles
Browse latest Browse all 15302

Trending Articles



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