When run cell.to_string(), it crashes. it is test on master branch, vs2015. THis code uses mfc and then the crash happens.
But when I use the standard windows Library, it does not happen the crash.
It is wired!
void test( ){
auto cell = m_sheet.cell(iColumn, iRow);
std::clog << cell.to_string() << std::endl;
When run cell.to_string(), it crashes. it is test on master branch, vs2015. THis code uses mfc and then the crash happens. But when I use the standard windows Library, it does not happen the crash. It is wired! void test( ){ auto cell = m_sheet.cell(iColumn, iRow); std::clog << cell.to_string() << std::endl;
}