Hi,<br>
<br>
I need keep the file names that the NumericSeriesFileNames do in a const std::vector<std::string> 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<class std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char>
>,class std::allo<br>
cator<class std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> > >
>' (or there is no acceptable conversion)<br>
Error executing cl.exe.<br>
<br>
The code is:<br>
<br>
const std::vector<std::string> m_FileNames;<br>
m_FileNames = nameGenerator->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