9 Jan
2007
9 Jan
'07
1:22 a.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.