From: yxh (yangxh98_at_[hidden])
Date: 2007-01-08 20:22:22


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.