G
Guest
Hi,
After migrating my application from VC++ 6.0 to VC++ 2005, I receive the
error C2593 'operator +=' is ambiguous.
It refers to the following line:
Name += pManager->GetAgentName();
where Name is a string and GetAgentName also returns a string.
Please suggest.
Regards,
Arjun
After migrating my application from VC++ 6.0 to VC++ 2005, I receive the
error C2593 'operator +=' is ambiguous.
It refers to the following line:
Name += pManager->GetAgentName();
where Name is a string and GetAgentName also returns a string.
Please suggest.
Regards,
Arjun