G
Guest
I am getting the following error message during compilation of my C++ program on XP laptop using .NET libraries:
ossxerces_utils.cxx
C:\narayan\axcelis\Lib\ossxerces_utils\src\OssDataFileTemplate.cxx(122) : error
C2582: 'operator =' function is unavailable in 'std::basic_ofstream<_Elem,_Trait
s>'
with
[
_Elem=char,
_Traits=std::char_traits<char>
]
C:\narayan\axcelis\Lib\ossxerces_utils\src\OssDataFileTemplate.cxx(304) : error
C2440: 'return' : cannot convert from 'std::_Ptrit<_Ty,_Diff,_Pointer,_Reference
,_Pointer2,_Reference2>::_Myt' to 'OssDataTag *'
with
[
_Ty=std::vector<OssDataTag,std::allocator<OssDataTag>>::value_type,
_Diff=std::vector<OssDataTag,std::allocator<OssDataTag>>::difference
_type,
_Pointer=std::vector<OssDataTag,std::allocator<OssDataTag>>::_Tptr,
_Reference=std::vector<OssDataTag,std::allocator<OssDataTag>>::refer
ence,
_Pointer2=std::vector<OssDataTag,std::allocator<OssDataTag>>::_Tptr,
_Reference2=std::vector<OssDataTag,std::allocator<OssDataTag>>::refe
rence
]
No user-defined-conversion operator available that can perform this conv
ersion, or the operator cannot be called
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.
"ANY HELP HIGHLY APPRECIATED"
ossxerces_utils.cxx
C:\narayan\axcelis\Lib\ossxerces_utils\src\OssDataFileTemplate.cxx(122) : error
C2582: 'operator =' function is unavailable in 'std::basic_ofstream<_Elem,_Trait
s>'
with
[
_Elem=char,
_Traits=std::char_traits<char>
]
C:\narayan\axcelis\Lib\ossxerces_utils\src\OssDataFileTemplate.cxx(304) : error
C2440: 'return' : cannot convert from 'std::_Ptrit<_Ty,_Diff,_Pointer,_Reference
,_Pointer2,_Reference2>::_Myt' to 'OssDataTag *'
with
[
_Ty=std::vector<OssDataTag,std::allocator<OssDataTag>>::value_type,
_Diff=std::vector<OssDataTag,std::allocator<OssDataTag>>::difference
_type,
_Pointer=std::vector<OssDataTag,std::allocator<OssDataTag>>::_Tptr,
_Reference=std::vector<OssDataTag,std::allocator<OssDataTag>>::refer
ence,
_Pointer2=std::vector<OssDataTag,std::allocator<OssDataTag>>::_Tptr,
_Reference2=std::vector<OssDataTag,std::allocator<OssDataTag>>::refe
rence
]
No user-defined-conversion operator available that can perform this conv
ersion, or the operator cannot be called
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.
"ANY HELP HIGHLY APPRECIATED"