< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index  

[reSIProcate] Fwd: need help in FileSystem.cxx of resiprocate



I add the line code which i met the errors in FileSystem:
 
line 162 ( from original version )
                 mFile = fileData.cFileName;
On declare Data mFile, so mFile is object of class Data.
I think in this situation, the conversion is resip::Data &resip::Data::operator = (const char*)
 
what do you think?
 
Julien    

---------- Forwarded message ----------
From: julien thai <julienresiprocate@xxxxxxxxx>
Date: May 11, 2005 9:21 AM
Subject: need help in FileSystem.cxx of resiprocate
To: resiprocate-devel@xxxxxxxxxxxxxxxxxxx

 
Dear experts,
 
When compiling resiprocate, i meet an error like below.
What do you think?
I am appreciated very much for your advice.
 
Julien

..\..\resiprocate\os\FileSystem.cxx(135) : error C2679: binary '=' : no operator found which takes a right-hand operand of type 'WCHAR [260]' (or there is no acceptable conversion)

D:\PortWinCEV3.3\resiprocate\os\Data.hxx(97): could be 'resip::Data &resip::Data::operator =(const resip::Data &)'

D:\PortWinCEV3.3\resiprocate\os\Data.hxx(98): or 'resip::Data &resip::Data::operator =(const char *)'

while trying to match the argument list '(resip::Data, WCHAR [260])'

..\..\resiprocate\os\FileSystem.cxx(164) : error C2679: binary '=' : no operator found which takes a right-hand operand of type 'WCHAR [260]' (or there is no acceptable conversion)

D:\PortWinCEV3.3\resiprocate\os\Data.hxx(97): could be 'resip::Data &resip::Data::operator =(const resip::Data &)'

D:\PortWinCEV3.3\resiprocate\os\Data.hxx(98): or 'resip::Data &resip::Data::operator =(const char *)'

while trying to match the argument list '(resip::Data, WCHAR [260])'