Hi,
Can any one please resolve this compilation error it is very urgent.
..\DBAccess\Loc alization.cpp(3 81) : error C2593: 'operator + ' is ambiguous
Error executing cl.exe
DK_SSE_VCT.dll - 1 error(s), 0 warning(s)
Actually This was running fine earlier.
Now the VC++ 6.0 Environment has been
reset, As VC++ installed in new system & while trying to build I am getting this error. In the old system VC++ has been uninstalled.
Can any one please tell me to make any settings in the environment, without
making code change to resolve this error
Code: ( text )
1.
_variant_t fieldValue = pRs->Fields->GetItem(_varia nt_t(fieldCnt))->Value;
2.
if (fieldValue.vt & VT_BSTR){
3.
wstring fieldValueWithQ uotes = L"'" + (_bstr_t)fieldV alue + L"'"; // This is Line 381
Can any one please resolve this compilation error it is very urgent.
..\DBAccess\Loc alization.cpp(3 81) : error C2593: 'operator + ' is ambiguous
Error executing cl.exe
DK_SSE_VCT.dll - 1 error(s), 0 warning(s)
Actually This was running fine earlier.
Now the VC++ 6.0 Environment has been
reset, As VC++ installed in new system & while trying to build I am getting this error. In the old system VC++ has been uninstalled.
Can any one please tell me to make any settings in the environment, without
making code change to resolve this error
Code: ( text )
1.
_variant_t fieldValue = pRs->Fields->GetItem(_varia nt_t(fieldCnt))->Value;
2.
if (fieldValue.vt & VT_BSTR){
3.
wstring fieldValueWithQ uotes = L"'" + (_bstr_t)fieldV alue + L"'"; // This is Line 381
Comment