
8 Jan
2007
8 Jan
'07
6:22 p.m.
change boost::filesystem::path p(m_gusFobComponentsFileFullPath, boost::filesystem::native); to boost::filesystem::path p(m_gusFobComponentsFileFullPath, boost::filesystem::no_check); The name checker of boost::filesystem is wrong, because is regarded ':' as invalid charactor.