.cpp
bool SPopUtil::partialMenuItemLoaded(LPCTSTR group,LPCTSTR name_tag) //name_tag must item not title
the result in .h :
bool partialMenuItemLoaded(LPCTSTR group,LPCTSTR name_tag) //name_tag must item not title;
may caused by the comment of imp in cpp.
regards.