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