When compile, it complain that Fldr is not a member of <vectot>FilterCtrlStruct as below:
error C2039: 'Fldr': is not a member of
'std::vector<ParamClass::FilterCtrlStruct,std::allocator<_Ty>>'
so as for NeedChg and FileSuf...
I already define the struct and as I pass the vector<FilterCtrlStruct> as refrence,
it should able to access the Fldr, NeedChg etc. Why I can't access them now? Thx a lot.