Hi,<br>
<br>
I need keep the file names that the NumericSeriesFileNames do in a const std::vector&lt;std::string&gt;&nbsp; m_FileNames<br>
but appears the folowing error:<br>
<br>
C:\test\TID\src\TIDView.cpp(318) : error C2678: binary '=' : no
operator defined which takes a left-hand operand of type 'const class
std::vector&lt;class std::basic_string&lt;char,struct
std::char_traits&lt;char&gt;,class std::allocator&lt;char&gt;
&gt;,class std::allo<br>
cator&lt;class std::basic_string&lt;char,struct
std::char_traits&lt;char&gt;,class std::allocator&lt;char&gt; &gt; &gt;
&gt;' (or there is no acceptable conversion)<br>
Error executing cl.exe.<br>
<br>
The code is:<br>
<br>
const std::vector&lt;std::string&gt;&nbsp; m_FileNames;<br>
m_FileNames = nameGenerator-&gt;GetFileNames();<br clear="all"><br>-- <br>Diego Armando Parada Cuervo<br>Estudiante de Ingeniería de Sistemas y Computación<br>Universidad Pedagógica y Tecnológica de Colombia