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

julien thai julienresiprocate at gmail.com
Wed May 11 02:48:39 CDT 2005


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 at gmail.com>
Date: May 11, 2005 9:21 AM
Subject: need help in FileSystem.cxx of resiprocate
To: resiprocate-devel at list.sipfoundry.org

 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])'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20050511/0b9a17a3/attachment.htm>


More information about the resiprocate-devel mailing list